Legal Removal Request This form is for reporting content posted on the AB Electronics UK forums that you believe violates your personal legal rights or applicable local laws for your country. Post: Hello, to evaluate that, I used newly flashed SD-card with Raspbian Buster with desktop Release date:[b]2020-02-13[/b] and installed OWFS step by step not having enabeled the 1-wire interface but the i2c- interface via raspi-config. At the end two folders bus.0 and bus.1 were fond in /mnt/1wire. [pre][code]pi@raspberrypi:~ $ sudo apt-get install owfs Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: libow-3.2-3 owfs-common owfs-fuse owftpd owhttpd owserver Suggested packages: owfs-doc The following NEW packages will be installed: libow-3.2-3 owfs owfs-common owfs-fuse owftpd owhttpd owserver 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. Need to get 424 kB of archives. After this operation, 1,391 kB of additional disk space will be used. Do you want to continue? [Y/n] Y Get:1 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf owfs-common all 3.2p3+dfsg1-2 [17.6 kB] Get:2 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf libow-3.2-3 armhf 3.2p3+dfsg1-2 [269 kB] Get:3 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf owfs-fuse armhf 3.2p3+dfsg1-2 [23.4 kB] Get:4 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf owserver armhf 3.2p3+dfsg1-2 [30.8 kB] Get:5 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf owhttpd armhf 3.2p3+dfsg1-2 [30.9 kB] Get:6 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf owftpd armhf 3.2p3+dfsg1-2 [42.8 kB] Get:7 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf owfs all 3.2p3+dfsg1-2 [9,248 B] Fetched 424 kB in 2s (230 kB/s) Selecting previously unselected package owfs-common. (Reading database ... 93525 files and directories currently installed.) Preparing to unpack .../0-owfs-common_3.2p3+dfsg1-2_all.deb ... Unpacking owfs-common (3.2p3+dfsg1-2) ... Selecting previously unselected package libow-3.2-3:armhf. Preparing to unpack .../1-libow-3.2-3_3.2p3+dfsg1-2_armhf.deb ... Unpacking libow-3.2-3:armhf (3.2p3+dfsg1-2) ... Selecting previously unselected package owfs-fuse. Preparing to unpack .../2-owfs-fuse_3.2p3+dfsg1-2_armhf.deb ... Unpacking owfs-fuse (3.2p3+dfsg1-2) ... Selecting previously unselected package owserver. Preparing to unpack .../3-owserver_3.2p3+dfsg1-2_armhf.deb ... Unpacking owserver (3.2p3+dfsg1-2) ... Selecting previously unselected package owhttpd. Preparing to unpack .../4-owhttpd_3.2p3+dfsg1-2_armhf.deb ... Unpacking owhttpd (3.2p3+dfsg1-2) ... Selecting previously unselected package owftpd. Preparing to unpack .../5-owftpd_3.2p3+dfsg1-2_armhf.deb ... Unpacking owftpd (3.2p3+dfsg1-2) ... Selecting previously unselected package owfs. Preparing to unpack .../6-owfs_3.2p3+dfsg1-2_all.deb ... Unpacking owfs (3.2p3+dfsg1-2) ... Setting up owfs-common (3.2p3+dfsg1-2) ... Creating config file /etc/owfs.conf with new version Setting up libow-3.2-3:armhf (3.2p3+dfsg1-2) ... Setting up owserver (3.2p3+dfsg1-2) ... Job for owserver.service failed because the service did not take the steps required by its unit configuration. See "systemctl status owserver.service" and "journalctl -xe" for details. invoke-rc.d: initscript owserver, action "start" failed. ● owserver.service - Backend server for 1-wire control Loaded: loaded (/lib/systemd/system/owserver.service; disabled; vendor preset: enabled) Active: activating (auto-restart) (Result: protocol) since Sat 2020-02-29 18:29:10 CET; 25ms ago Docs: man:owserver(1) Process: 1078 ExecStart=/usr/bin/owserver -c /etc/owfs.conf (code=exited, status=0/SUCCESS) Main PID: 1078 (code=exited, status=0/SUCCESS) dpkg: error processing package owserver (--configure): installed owserver package post-installation script subprocess returned error exit status 1 Setting up owftpd (3.2p3+dfsg1-2) ... Created symlink /etc/systemd/system/multi-user.target.wants/owftpd.service → /lib/systemd/system/owftpd.service. dpkg: dependency problems prevent configuration of owfs: owfs depends on owserver (>= 3.2p3+dfsg1-2); however: Package owserver is not configured yet. dpkg: error processing package owfs (--configure): dependency problems - leaving unconfigured Setting up owfs-fuse (3.2p3+dfsg1-2) ... Created symlink /etc/systemd/system/multi-user.target.wants/owfs.service → /lib/systemd/system/owfs.service. Setting up owhttpd (3.2p3+dfsg1-2) ... Created symlink /etc/systemd/system/multi-user.target.wants/owhttpd.service → /lib/systemd/system/owhttpd.service. Processing triggers for systemd (241-7~deb10u3+rpi1) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for libc-bin (2.28-10+rpi1) ... Errors were encountered while processing: owserver owfs E: Sub-process /usr/bin/dpkg returned an error code (1)[/code][/pre] the occuring error seems to be due to not having enabeled the 1-wire interface. [pre][code]pi@raspberrypi:~ $ sudo apt-get install python-ow Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: python-ow 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. Need to get 31.4 kB of archives. After this operation, 117 kB of additional disk space will be used. Get:1 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf python-ow armhf 3.2p3+dfsg1-2 [31.4 kB] Fetched 31.4 kB in 0s (70.6 kB/s) Selecting previously unselected package python-ow. (Reading database ... 93585 files and directories currently installed.) Preparing to unpack .../python-ow_3.2p3+dfsg1-2_armhf.deb ... Unpacking python-ow (3.2p3+dfsg1-2) ... Setting up owserver (3.2p3+dfsg1-2) ... Created symlink /etc/systemd/system/multi-user.target.wants/owserver.service → /lib/systemd/system/owserver.service. Created symlink /etc/systemd/system/sockets.target.wants/owserver.socket → /lib/systemd/system/owserver.socket. Setting up owfs (3.2p3+dfsg1-2) ... Setting up python-ow (3.2p3+dfsg1-2) ... [/code][/pre] [pre][code]pi@raspberrypi:~ $ sudo apt-get install ow-shell Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: ow-shell 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 29.8 kB of archives. After this operation, 177 kB of additional disk space will be used. Get:1 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf ow-shell armhf 3.2p3+dfsg1-2 [29.8 kB] Fetched 29.8 kB in 0s (81.5 kB/s) Selecting previously unselected package ow-shell. (Reading database ... 93612 files and directories currently installed.) Preparing to unpack .../ow-shell_3.2p3+dfsg1-2_armhf.deb ... Unpacking ow-shell (3.2p3+dfsg1-2) ... Setting up ow-shell (3.2p3+dfsg1-2) ... Processing triggers for man-db (2.8.5-2) ... [/code][/pre] I repeated the procedure with the SD-card newly flashed after having enabled both the 1-wire interface and i2c- interface via raspi-config and got a working system with two folders bus.0 and bus.1 in /mnt/1wire and all sensors in duplicate. Hope that helps answering the question "Do you have the DS2482 or the W1 kernel module enabled?" What to do? Regards hwissing Select the country where you are claiming legal rights. Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Aruba Australia Austria Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bosnia And Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory British Virgin Islands Brunei Bulgaria Burkina Faso Burundi Cambodia Cameroon Canada Canary Islands Cape Verde Cayman Islands Central African Republic Chad Channel Islands Chile Christmas Island Cocos (Keeling) Islands Colombia Comoros Congo Cook Islands Costa Rica Croatia Cuba Cyprus Czech Republic Denmark Djibouti Dominica Dominican Republic East Timor Ecuador Egypt El Salvador Equatorial Guinea Estonia Ethiopia Falkland Islands (Malvinas) Faroe Islands Federated States of Micronesia Fiji Finland France French Guiana French Polynesia French Southern Territories Gabon Gambia Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guyana Haiti Heard Island and McDonald Islands Honduras Hong Kong Hungary Iceland India Indonesia Ireland Israel Italy Jamaica Japan Jordan Kazakhstan Kenya Kiribati Kuwait Kyrgyzstan Laos Latvia Lesotho Liechtenstein Lithuania Luxembourg Macau Macedonia Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius Mayotte Mexico Micronesia, Federated States Of Moldova, Republic Of Monaco Mongolia Montenegro Montserrat Morocco Mozambique Myanmar Namibia Nauru Nepal Netherlands Netherlands Antilles New Caledonia New Zealand Nicaragua Niue Norfolk Island Northern Mariana Islands Norway Oman Palau Panama Papua New Guinea Paraguay Peru Philippines Pitcairn Poland Portugal Puerto Rico Qatar Reunion Romania Russia Rwanda Samoa San Marino Sao Tome and Principe Saudi Arabia Serbia Seychelles Singapore Slovakia Slovenia Solomon Islands South Africa South Georgia and the South Sandwich Islands South Korea Spain Sri Lanka St. Helena St. Kitts and Nevis St. Lucia St. Pierre and Miquelon St. Vincent and the Grenadines Suriname Svalbard and Jan Mayen Islands Swaziland Sweden Switzerland Syria Taiwan Tajikistan Tanzania Thailand Togo Tokelau Tonga Trinidad and Tobago Tunisia Turkey Turkmenistan Turks and Caicos Islands Tuvalu U.S. Virgin Islands Uganda Ukraine United Arab Emirates United Kingdom United States United States Minor Outlying Islands Uruguay Uzbekistan Vanuatu Vatican City Venezuela Vietnam Wallis and Futuna Islands Western Sahara Yemen Yugoslavia Zambia What legal issue or problem do you wish to report? Please select Privacy / Erasure under GDPR Defamation Intellectual Property Hate Speech Other Please enter the following information so we can process your report. Contact Name: Contact Email: Details of complaint: Submit Complaint