Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Joe Gidi
In the case of my admittedly Frankensteined system, it was needed. The files from Raspbian were different. I will do a clean install when the next snap comes out with the latest firmware, DTBs, etc. Do you know why u-boot.bin didn't make it to my USB drive during installation and had

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Jonathan Gray
04, 2017 at 06:40:57PM -0500, Joe Gidi wrote: > >> > > > >> > > > After jsg@ mentioned that booting a Raspberry Pi 3 from a USB > >device > >> > > > might be > >> > > > possible, I decided to find out how deep the rabbit hole is.

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Joe Gidi
04, 2017 at 06:40:57PM -0500, Joe Gidi wrote: >> > > >> > > > After jsg@ mentioned that booting a Raspberry Pi 3 from a USB >device >> > > > might be >> > > > possible, I decided to find out how deep the rabbit hole is. >> &g

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Richard Toohey
On Sat, Mar 04, 2017 at 06:40:57PM -0500, Joe Gidi wrote: Hope this information is helpful to someone... -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried Thanks for the info, and (a bit off-topic) great to see OpenBSD coming to the Pi. So thanks to everyone

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Jonathan Gray
> > > > After jsg@ mentioned that booting a Raspberry Pi 3 from a USB device > > > > might be > > > > possible, I decided to find out how deep the rabbit hole is. > > > > As it turns out, > > > > it's currently a bit convoluted, but it

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Otto Moerbeek
On Sun, Mar 05, 2017 at 07:00:46PM +1100, Jonathan Gray wrote: > On Sun, Mar 05, 2017 at 08:37:30AM +0100, Otto Moerbeek wrote: > > On Sat, Mar 04, 2017 at 06:40:57PM -0500, Joe Gidi wrote: > > > > > After jsg@ mentioned that booting a Raspberry Pi 3 from

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Jonathan Gray
On Sun, Mar 05, 2017 at 08:37:30AM +0100, Otto Moerbeek wrote: > On Sat, Mar 04, 2017 at 06:40:57PM -0500, Joe Gidi wrote: > > > After jsg@ mentioned that booting a Raspberry Pi 3 from a USB device > > might be > > possible, I decided to find out how deep the rabbit hole

Re: Raspberry Pi 3 booting from USB

2017-03-04 Thread Otto Moerbeek
On Sat, Mar 04, 2017 at 06:40:57PM -0500, Joe Gidi wrote: > After jsg@ mentioned that booting a Raspberry Pi 3 from a USB device > might be > possible, I decided to find out how deep the rabbit hole is. > As it turns out, > it's currently a bit convoluted, but it can be

Re: Raspberry Pi 3 booting from USB

2017-03-04 Thread Joe Gidi
017 18:40:57 -0500 Subject: Raspberry Pi 3 booting from USB After jsg@ mentioned that booting a Raspberry Pi 3 from a USB device might be possible, I decided to find out how deep the rabbit hole is. As it turns out, it's currently a bit convoluted, but it can be made to work with OpenBSD. F

Raspberry Pi 3 booting from USB

2017-03-04 Thread Joe Gidi
After jsg@ mentioned that booting a Raspberry Pi 3 from a USB device might be possible, I decided to find out how deep the rabbit hole is. As it turns out, it's currently a bit convoluted, but it can be made to work with OpenBSD. First off, USB boot support is just now getting fully ironed out

Re: How boot HDD-side crypto softraid from (bootable) USB disk? (AMD64/ARM. Currently installboot fails with "cross-device install"!..)

2017-02-06 Thread Christian Weisgerber
On 2017-02-06, Tinker <ti...@openmailbox.org> wrote: > How use a HDD as crypto softraid root filesystem media, but put boot > code and cryto softraid keydisk partition (and perhaps /boot file and/or > kernel) on an USB disk? Create a bootable OpenBSD area with two OpenBSD partit

Re: How boot HDD-side crypto softraid from (bootable) USB disk? (AMD64/ARM. Currently installboot fails with "cross-device install"!..)

2017-02-06 Thread Christian Weisgerber
On 2017-02-06, Tinker wrote: > The following is for AMD64 though I'd guess that a similar approach > would be possible on other platforms also. > > The boot sequence with MBR is: > > MBR: Load PBR (unencrypted) > > PBR: Load /boot (encrypted) /boot is not

Re: How boot HDD-side crypto softraid from (bootable) USB disk? (AMD64/ARM. Currently installboot fails with "cross-device install"!..)

2017-02-06 Thread bytevolcano
on, 06 Feb 2017 05:17:22 + Tinker <ti...@openmailbox.org> wrote: > On 2017-02-06 11:40, bytevolc...@safe-mail.net wrote: > > There is still an elephant in the room. > > > > What if someone has physical access to your machine's USB ports, and > > decides to

Re: How boot HDD-side crypto softraid from (bootable) USB disk? (AMD64/ARM. Currently installboot fails with "cross-device install"!..)

2017-02-06 Thread Tinker
where else either, its fine on the softraid partition. Ah dear, there are more block devices in the booat loader than "hd", is that in any man page anywhere?? Thanks for bringing up. Now, what you suggest, is it: On the USB stick, create two BSD partitions: one for the crypto key

Re: How boot HDD-side crypto softraid from (bootable) USB disk? (AMD64/ARM. Currently installboot fails with "cross-device install"!..)

2017-02-05 Thread Tinker
nly anyhow) to another disk partition, then, actually the system provides us with a very friendly facility for booting off USB, while supporting the use of any disk as root disk, *even* disks that are *NOT* supported as readable by the host system's BIOS (and hence couldn't be booted off direct

Re: How boot HDD-side crypto softraid from (bootable) USB disk? (AMD64/ARM. Currently installboot fails with "cross-device install"!..)

2017-02-05 Thread bytevolcano
There is still an elephant in the room. What if someone has physical access to your machine's USB ports, and decides to boot something nasty from it, which in turn modifies the firmware in your system (very likely to be possible due to stupid "consumer-grade" junk like UEFI or OS-flas

Re: How boot HDD-side crypto softraid from (bootable) USB disk? (AMD64/ARM. Currently installboot fails with "cross-device install"!..)

2017-02-05 Thread Tinker
Bump! Again: How use a HDD as crypto softraid root filesystem media, but put boot code and cryto softraid keydisk partition (and perhaps /boot file and/or kernel) on an USB disk? Thanks, Tinker On 2017-02-02 10:27, Tinker wrote: Hi! I would like to have my system set up as follows: * My

Re: How boot HDD-side crypto softraid from (bootable) USB disk? (AMD64/ARM. Currently installboot fails with "cross-device install"!..)

2017-02-01 Thread Tinker
On 2017-02-02 10:27, Tinker wrote: .. My motivation here for wanting the boot code on the USB stick, is that I trust the USB stick more than my harddrive. Motivation: What I meant to say here is that I like the notion of the harddrive as unsecure by definition, so that I only will trust its

How boot HDD-side crypto softraid from (bootable) USB disk? (AMD64/ARM. Currently installboot fails with "cross-device install"!..)

2017-02-01 Thread Tinker
Hi! I would like to have my system set up as follows: * My USB memory card contains the boot code (MBR etc.) and the softraid crypto keydisk partition. And maybe the kernel. * My HDD contains the root filesystem in a crypto softraid. (And no boot code!) How do I make this so

Re: Copy files to usb (slow)

2017-01-29 Thread G
Thanks. I used a 3.0 usb stick(msdos) and i get 6.6mb/sec. I guess its ok. thanks for your answer. On 01/29/17 23:31, edward wandasiewicz wrote: > From your dmesg, your machine has USB 3.0 hardware ports > > usb0 at xhci0: USB revision 3.0 > > and you're using a USB 2.0 flash d

Re: Copy files to usb (slow)

2017-01-29 Thread edward wandasiewicz
>From your dmesg, your machine has USB 3.0 hardware ports usb0 at xhci0: USB revision 3.0 and you're using a USB 2.0 flash drive - rev 2.00/1.10 umass0 at uhub0 port 2 configuration 1 interface 0 "Kingston DataTraveler 2.0" rev 2.00/1.10 addr 6 You could upgrade to a USB 3.

Re: Copy files to usb (slow)

2017-01-29 Thread Ali Farzanrad
G <gp...@mailbox.org> wrotes: >Hello. >Im trying to copy files from my laptop to a usb stick. >The speed varies between 300kB/sec and 400kB/sec. Its really slow. I also have the same problem. It seems that block files are slow and it is not possible to mount raw files. I test

Copy files to usb (slow)

2017-01-29 Thread G
Hello. Im trying to copy files from my laptop to a usb stick. The speed varies between 300kB/sec and 400kB/sec. Its really slow. my fstab is ef1bca26af91f0cd.b none swap sw ef1bca26af91f0cd.a / ffs rw,softdep 1 1 ef1bca26af91f0cd.k /home ffs rw,softdep,nodev,nosuid 1 2 ef1bca26af91f0cd.d /tmp ffs

Re: athn0: device timeout (AR9271 USB 2.0 Wifi-key as hostap)

2017-01-25 Thread Adam Wolk
: $ cat /home/mulander/athn-watchdog.6.diff Index: if_athn_usb.c ======= RCS file: /cvs/src/sys/dev/usb/if_athn_usb.c,v retrieving revision 1.42 diff -u -p -r1.42 if_athn_usb.c --- if_athn_usb.c 11 Dec 2015 16:07:02 - 1.42 +++ if

Re: athn0: device timeout (AR9271 USB 2.0 Wifi-key as hostap)

2017-01-25 Thread Martin Pieuchot
On 25/01/17(Wed) 10:36, Stefan Sperling wrote: > On Tue, Jan 24, 2017 at 03:10:34PM -0500, mabi wrote: > > Hi Stefan > > Thanks for your input. It looks like the g2k16 modifications to the athn > > code from awolk@ did not make it into the 6.0 release. So there is still > > hope for 6.1 ;-) > >

Re: athn0: device timeout (AR9271 USB 2.0 Wifi-key as hostap)

2017-01-25 Thread Stefan Sperling
nto. I don't know what the current status of this is. Adam might know more. > I suppose here that running a wifi host access point from a USB key is not a > good idea. What a shame my firewall does not have any PCI or miniPCI > interfaces... Well, in general this can be made to work. Bu

Re: athn0: device timeout (AR9271 USB 2.0 Wifi-key as hostap)

2017-01-24 Thread mabi
Hi Stefan Thanks for your input. It looks like the g2k16 modifications to the athn code from awolk@ did not make it into the 6.0 release. So there is still hope for 6.1 ;-) I suppose here that running a wifi host access point from a USB key is not a good idea. What a shame my firewall does

Re: Loss of USB connection if I "wiggle the cable at device end"

2017-01-24 Thread Adam Van Ymeren
On January 24, 2017 12:34:35 PM EST, Alexander Keller wrote: >Noted same issue on certain devices including a keyboard peripheral of >mine. Have included a patch. > >[demime 1.01d removed an attachment of type image/jpeg which had a name >of patch.jpg] patch.jpg. what.

Re: Loss of USB connection if I "wiggle the cable at device end"

2017-01-24 Thread Alexander Keller
Noted same issue on certain devices including a keyboard peripheral of mine. Have included a patch. [demime 1.01d removed an attachment of type image/jpeg which had a name of patch.jpg]

Re: Loss of USB connection if I "wiggle the cable at device end"

2017-01-24 Thread Mihai Popescu
> I am noticing a loss of USB connection if I accidentally / purposely wiggle > the cable near the USB > type-C device end, using 6.0-current #150. Are you using OpenBSD cables?

Loss of USB connection if I "wiggle the cable at device end"

2017-01-24 Thread edward wandasiewicz
I am noticing a loss of USB connection if I accidentally / purposely wiggle the cable near the USB type-C device end, using 6.0-current #150. I have 2 USB-A male to type-C cables, one implements USB 2.1, the other USB 3.1 I get the same problem with both cables. The problem doesn't happen all

USB Keyboard not found with Remote Workstation Card

2017-01-23 Thread Ben Alex
My Supermicro X10SRi-F system has a 10Zig V1200-QH card [1] for PCoIP delivery of USB keyboard, mouse and video. The OpenBSD 6.0 release boot> prompt responds, but keyboard ceases by the install prompt. A dmesg produced after installing using IPMI Serial over LAN is below. The keyboard opera

Re: athn0: device timeout (AR9271 USB 2.0 Wifi-key as hostap)

2017-01-23 Thread Stefan Sperling
On Mon, Jan 23, 2017 at 11:19:31PM +0100, Stefan Sperling wrote: > On Mon, Jan 23, 2017 at 04:27:32PM -0500, mabi wrote: > > Hi, > > I have an Atheros AR9271 Wifi USB 2.0 key on my OpenBSD 6.0 firewall in > > order to use as an access point. Unfortunately it hap

Re: athn0: device timeout (AR9271 USB 2.0 Wifi-key as hostap)

2017-01-23 Thread Stefan Sperling
On Mon, Jan 23, 2017 at 04:27:32PM -0500, mabi wrote: > Hi, > I have an Atheros AR9271 Wifi USB 2.0 key on my OpenBSD 6.0 firewall in order > to use as an access point. Unfortunately it happens nearly every day that the > athn0 device times out, kernel log: > > ath

athn0: device timeout (AR9271 USB 2.0 Wifi-key as hostap)

2017-01-23 Thread mabi
Hi, I have an Atheros AR9271 Wifi USB 2.0 key on my OpenBSD 6.0 firewall in order to use as an access point. Unfortunately it happens nearly every day that the athn0 device times out, kernel log: athn0: device timeout and the only way to make the wireless work again is to reboot the firewall

Re: a typo for MS Scult Ergonomy set usb receiver in dmesg?

2017-01-18 Thread Ted Unangst
Jiri B wrote: > Hi, > > not sure if it's a typo or correct but there's strange '\M-' > in dmesg for $subject hw. usb devices print the name that the device says its name is. microsoft probably added a (r) to the string.

a typo for MS Scult Ergonomy set usb receiver in dmesg?

2017-01-18 Thread Jiri B
Hi, not sure if it's a typo or correct but there's strange '\M-' in dmesg for $subject hw. j. # dmesg | grep Microsoft | tail -n1 uhidev2 at uhub3 port 3 configuration 1 interface 2 "Microsoft Microsoft\M-. 2.4GHz Transceiver v9.0" rev 2.00/7.97 addr 6

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-16 Thread Stephane HUC "CIOTBSD"
Hi... David: thanks for this info. It seems i found why the "bug"? If the table of partition is "(ms)dos", the detection of USB HDD (or pendrive) is correct, and mount! If the table of partition is "GPT", the detection hang! Alexey Vatchenko is warned ab

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-16 Thread David Coppa
On Wed, 16 Nov 2016, Stephane HUC "CIOTBSD" wrote: > Question: How i can "write" fstype "NTFS" on the "defective" HDD? > It's really formated in NTFS - mode normal, on Win7! Try with "fdisk -e" under OpenBSD. Use "07" for the partition id and, for the other parameters (offset, size), just

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-16 Thread Stephane HUC "CIOTBSD"
Just for info: I have an USB Pendrive for µSDCard. This run correctly: # dmesg | tail -n 5 umass0 at uhub0 port 2 configuration 1 interface 0 "Generic Mass Storage Device" rev 2.00/1.00 addr 6 umass0: using SCSI over Bulk-Only scsibus4 at umass0: 2 targets, initiator 0 sd1 at scsibus4

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-16 Thread Stephane HUC "CIOTBSD"
Hi, Alexey Sorry, but it's not run! $ doas /usr/local/libexec/hotplug-diskmount cleanup 3AS $ doas /usr/local/libexec/hotplug-diskmount cleanup sd1 $ doas /usr/local/libexec/hotplug-diskmount attach -u my_userid -m 0700 -F sd1 $ ls -al /vol/

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-16 Thread Alexey Vatchenko
>From my attach script: /usr/local/libexec/hotplug-diskmount attach -u av -g av -m 750 -r dirty -F "$DEVNAME" As a result: /dev/sd2i on /vol/TransMemory type ntfs (local, nodev, nosuid, read-only) With FUSE, /usr/local/libexec/hotplug-diskmount attach -u av -g av -m 750 -r dirty "$DEVNAME" And

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-14 Thread Stephane HUC "CIOTBSD"
On 11/14/16 13:03, Alexey Vatchenko wrote: > Unfortunately, from time to time FUSE hangs my system. So I have to > use -F to disable FUSE. $ /usr/local/libexec/hotplug-diskmount cleanup 3AS $ /usr/local/libexec/hotplug-diskmount attach -u $USER -m 0700 -F 3AS $ mount /dev/sd0a on / type ffs

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-14 Thread Stephane HUC "CIOTBSD"
Ok, Last night, i formatted again my HDD under Windows 7, in NTFS - normal mode. This taked more than 3 hours. After i connect at my laptop under OBSD. It's same result. $ disklabel sd1 # /dev/rsd1c: type: SCSI disk: SCSI disk label: 3AS duid: flags:

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-14 Thread Alexey Vatchenko
Unfortunately, from time to time FUSE hangs my system. So I have to use -F to disable FUSE.

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-13 Thread David Coppa
On Sun, 13 Nov 2016, Stephane HUC "CIOTBSD" wrote: > $ disklabel sd1 > # /dev/rsd1c: > type: SCSI > disk: SCSI disk > label: 3AS > duid: > flags: > bytes/sector: 512 > sectors/track: 63 > tracks/cylinder: 255 > sectors/cylinder: 16065 > cylinders: 38913 > total sectors: 625142448

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-13 Thread Stephane HUC "CIOTBSD"
On 11/13/16 21:32, Mihai Popescu wrote: > Why don't you run hotplug-diskmount directly in a terminal an see what > is the message, if any? > As: # /usr/local/libexec/hotplug-diskmount cleanup 3AS # /usr/local/libexec/hotplug-diskmount attach 3AS # ls -al /vol/ total 16 drwxr-xr-x 4 root

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-13 Thread Mihai Popescu
Why don't you run hotplug-diskmount directly in a terminal an see what is the message, if any?

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-13 Thread Stephane HUC "CIOTBSD"
Not anyway! It's installed ;) $ pkg_info -Q ntfs ntfs_3g-2016.2.22 (installed) On 11/13/16 18:44, David Coppa wrote: > On Sun, Nov 13, 2016 at 5:16 PM, Stephane HUC "CIOTBSD" > wrote: >> Hi, all >> >> I attempt to mount an external HDD, on my OBSD 6.0 stable. >> For

Re: Mount HDD USB on 6.0 Stable: Fail

2016-11-13 Thread David Coppa
On Sun, Nov 13, 2016 at 5:16 PM, Stephane HUC "CIOTBSD" wrote: > Hi, all > > I attempt to mount an external HDD, on my OBSD 6.0 stable. > For this, i use 'hotplug-diskmount' in version 1.0.2 downloaded on this url: > >

Mount HDD USB on 6.0 Stable: Fail

2016-11-13 Thread Stephane HUC "CIOTBSD"
etc/hotplug/attach -rwxr-xr-x 1 root wheel 212 Nov 6 12:52 /etc/hotplug/attach* OK?! When i attempt to mount NTFS USB HDD, it fails. # dmesg (...) umass0 at uhub0 port 2 configuration 1 interface 0 "JMicron USB to ATA/ATAPI bridge" rev 2.00/1.00 addr 6 umass0: using SCSI o

Re: USB mouse not working

2016-10-18 Thread Daniel Cavanagh
I've tried that and it doesn't help at all unfortunately. Although I wouldn't have considered it a great solution since I actually want to use USB 3 in Windows! And it would be a massive pain to toggle it every time I switched between OSes Thanks anyway for the suggestion On Tue, 18 Oct 2016

Re: USB mouse not working

2016-10-18 Thread Bojan Nastic
Have you tried disabling USB3 in the BIOS? Forcing USB2.0 helped with similar problems on my Thinkpad. > On 18 Oct 2016, at 07:18, Daniel Cavanagh <danielcavanag...@gmail.com> wrote: > > Hiya > > I'm having trouble getting my USB mouse to work in the latest snapshot

USB mouse not working

2016-10-18 Thread Daniel Cavanagh
Hiya I'm having trouble getting my USB mouse to work in the latest snapshots. Unless my memory is faulty, this mouse used to work only a few months ago I have noticed that the kernel disables the device at boot (see bold text in dmesg below). I've tried disabling xhci, but that doesn't help

Re: axen(4) usb ethernet problems

2016-10-14 Thread gwes
On 10/14/2016 03:35, Mark Carroll wrote: On 13 Oct 2016, Ilya Kaliman wrote: I have a "Plugable USB 3.0 ethernet adapter" with ASIX AX88179 chipset. The device is successfully recognized by axen(4) driver but behaves strangely. When I plug in the ethernet cable the ifconfig axen0 s

Re: axen(4) usb ethernet problems

2016-10-14 Thread Ilya Kaliman
20x1080 wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation) wsdisplay0: screen 1-5 added (std, vt100 emulation) azalia0 at pci0 dev 3 function 0 "Intel Core 4G HD Audio" rev 0x0b: msi xhci0 at pci0 dev 20 function 0 "Intel 8 Series xHCI" rev 0x04: msi usb0 at xhci0: U

Re: axen(4) usb ethernet problems

2016-10-14 Thread Remi Locherer
On Thu, Oct 13, 2016 at 05:40:18PM -0700, Ilya Kaliman wrote: > Hi! > > I have a "Plugable USB 3.0 ethernet adapter" with ASIX AX88179 > chipset. The device is successfully recognized by axen(4) driver but > behaves strangely. When I plug in the ethernet cable the ifc

Re: axen(4) usb ethernet problems

2016-10-14 Thread Mark Carroll
On 13 Oct 2016, Ilya Kaliman wrote: > I have a "Plugable USB 3.0 ethernet adapter" with ASIX AX88179 > chipset. The device is successfully recognized by axen(4) driver but > behaves strangely. When I plug in the ethernet cable the ifconfig > axen0 status says active and t

axen(4) usb ethernet problems

2016-10-13 Thread Ilya Kaliman
Hi! I have a "Plugable USB 3.0 ethernet adapter" with ASIX AX88179 chipset. The device is successfully recognized by axen(4) driver but behaves strangely. When I plug in the ethernet cable the ifconfig axen0 status says active and the leds start blinking. But after a second or two both

Re: APU2 Internal USB Headers Not Working

2016-10-06 Thread Sam Vaughan
> > $ dmesg | egrep -i 'hci|hub|usb' > > Please don't trim things. Full dmesg, full pcidump (preferably -vxx). > Or better, run sendbug as root which includes acpi tables in the mail > it produces (the latter is not presently working in -current, but since > you're runn

Re: APU2 Internal USB Headers Not Working

2016-10-06 Thread Stuart Henderson
On 2016-10-06, Sam Vaughan <samjvaug...@gmail.com> wrote: > $ dmesg | egrep -i 'hci|hub|usb' Please don't trim things. Full dmesg, full pcidump (preferably -vxx). Or better, run sendbug as root which includes acpi tables in the mail it produces (the latter is not presently working in

APU2 Internal USB Headers Not Working

2016-10-05 Thread Sam Vaughan
I'm unable to see USB devices connected to the internal USB headers on a PC Engines APU2c2 board. The same devices work as expected when connected to the external USB ports. I have a TinyCore Linux USB stick handy that I used to update the board's firmware. If I boot it and run `lsusb` then I

Re: OpenBSD 6.0 does not detect my USB ethernet interface

2016-10-02 Thread thrph.i...@gmail.com
wrote: > Hello, I installed OpenBSD 6.0 (GENERIC kernel) on a AMD64 machine. The system > can't detect my USB ethernet interface, altough LED of USB on modem is light > up. I also had this problem on NetBSD 7.0.1, during installation it can't > detect this interface, but I don't try to

OpenBSD 6.0 does not detect my USB ethernet interface

2016-10-02 Thread Farhad Benyamin
Hello, I installed OpenBSD 6.0 (GENERIC kernel) on a AMD64 machine. The system can't detect my USB ethernet interface, altough LED of USB on modem is light up. I also had this problem on NetBSD 7.0.1, during installation it can't detect this interface, but I don't try to solve it. I am grateful

Today's snapshot fixed a USB problem I wasn't aware I had

2016-09-20 Thread Peter N. M. Hansteen
yes, really. Today for the first time in weeks I inserted a USB storage drive on my laptop, only to have the thing not react at all, as in no sign of anything USB related appearing in any logs or dmesg when I inserted the device. Now for those files it was possible to transfer using a different

Re: usb disk dirty after every reboot

2016-09-20 Thread Ted Unangst
Craig Skinner wrote: > Hi Jan, > > On Mon, 19 Sep 2016 18:22:37 +0200 Jan Stary wrote: > > > > 9d24108772d1158c.a /backup ffs rw,softdep,noatime,nodev,noexec > > > > With softdep everywhere, would this help in /etc/rc.shutdown? > > for i in 4 3 2 1

Re: usb disk dirty after every reboot

2016-09-20 Thread Craig Skinner
Hi Jan, On Mon, 19 Sep 2016 18:22:37 +0200 Jan Stary wrote: > > 9d24108772d1158c.a /backup ffs rw,softdep,noatime,nodev,noexec > With softdep everywhere, would this help in /etc/rc.shutdown? for i in 4 3 2 1 do

Re: usb disk dirty after every reboot

2016-09-20 Thread Stefan Fritsch
On Tue, 20 Sep 2016, Darren Tucker wrote: > On Tue, Sep 20, 2016 at 1:43 AM, Jan Stary <h...@stare.cz> wrote: > > > > This is current/i386 on an ALIX.1E (demsg below). > > I have an USB disk connected for /backup. > > > > Upon every reboot, the filesystem

Re: USB ports disabled on Lenovo Thinkpad T61

2016-09-19 Thread Mike Schreckengost
Just for the record, after compiling a new kernel with fresh 6.0-current source code the problem appears to be resolved on my Thinkpad T61. /usr/ src/sys/dev/usb/usb_subr.c is revision 1.131 now. Thanks Martin, jsg@ for the quick fix. Sent from [ProtonMail](https://protonmail.com), Swiss

Re: usb disk dirty after every reboot

2016-09-19 Thread Darren Tucker
On Tue, Sep 20, 2016 at 1:43 AM, Jan Stary <h...@stare.cz> wrote: > > This is current/i386 on an ALIX.1E (demsg below). > I have an USB disk connected for /backup. > > Upon every reboot, the filesystem on that disk is dirty: > WARNING: R/W mount of /backup denied. Files

Re: usb disk dirty after every reboot

2016-09-19 Thread Edgar Pettijohn
On 16-09-19 18:22:37, Jan Stary wrote: > On Sep 19 10:50:30, ed...@pettijohn-web.com wrote: > > On 16-09-19 17:43:06, Jan Stary wrote: > > > This is current/i386 on an ALIX.1E (demsg below). > > > I have an USB disk connected for /backup. > > > > > > U

Re: usb disk dirty after every reboot

2016-09-19 Thread Jan Stary
On Sep 19 10:50:30, ed...@pettijohn-web.com wrote: > On 16-09-19 17:43:06, Jan Stary wrote: > > This is current/i386 on an ALIX.1E (demsg below). > > I have an USB disk connected for /backup. > > > > Upon every reboot, the filesystem on that disk is dirty: > > WAR

Re: usb disk dirty after every reboot

2016-09-19 Thread Edgar Pettijohn
On 16-09-19 17:43:06, Jan Stary wrote: > This is current/i386 on an ALIX.1E (demsg below). > I have an USB disk connected for /backup. > > Upon every reboot, the filesystem on that disk is dirty: > WARNING: R/W mount of /backup denied. Filesystem is not clean - run fsc

usb disk dirty after every reboot

2016-09-19 Thread Jan Stary
This is current/i386 on an ALIX.1E (demsg below). I have an USB disk connected for /backup. Upon every reboot, the filesystem on that disk is dirty: WARNING: R/W mount of /backup denied. Filesystem is not clean - run fsck It seems that it does not get properly umounted when shutting down. I

Re: USB ports disabled on Lenovo Thinkpad T61

2016-09-19 Thread Klaus Birkelund Jensen
On Mon, Sep 19, 2016 at 12:47 PM Josh Grosse <j...@jggimi.homeip.net> wrote: > On Mon, Sep 19, 2016 at 05:11:43AM -0400, Mike Schreckengost wrote: > > Hello misc, > > > > Sometime between the OpenBSD-current snapshot released on Sep 10 2016 > > and the snapshot

Re: USB ports disabled on Lenovo Thinkpad T61

2016-09-19 Thread Josh Grosse
On Mon, Sep 19, 2016 at 05:11:43AM -0400, Mike Schreckengost wrote: > Hello misc, > > Sometime between the OpenBSD-current snapshot released on Sep 10 2016 > and the snapshot dated Sep 18 2016, the USB ports on my Lenovo Thinkpad > T61 ceased to function. Upon plugging a device in

USB ports disabled on Lenovo Thinkpad T61

2016-09-19 Thread Mike Schreckengost
Hello misc, Sometime between the OpenBSD-current snapshot released on Sep 10 2016 and the snapshot dated Sep 18 2016, the USB ports on my Lenovo Thinkpad T61 ceased to function. Upon plugging a device into any of the 3 available ports, I receive messages such as these: uhub2: device problem

Re: USB printer

2016-09-19 Thread Benjamin Baier
On Mon, 19 Sep 2016 11:47:51 +0900 Tuyosi T <nakajin.fu...@gmail.com> wrote: > does anyone find good URL about printing with USB printer by cups ? file:///usr/local/share/doc/pkg-readmes/cups-2.1.4 Greetings Ben

USB printer

2016-09-18 Thread Tuyosi T
Hi all . i try to print with USB printer . differen from linux , it seams hard . does anyone find good URL about printing with USB printer by cups ? - regards

Re: Recommendation about an Alfa usb wireless adapter to use it as HostAP

2016-09-02 Thread David Coppa
Il 2 settembre 2016 17:26:34 CEST, Stefan Sperling <s...@stsp.name> ha scritto: >On Fri, Sep 02, 2016 at 10:41:31AM +0200, David Coppa wrote: >> The Alfa AWUS036NHA it's based on the Atheros AR9271 chipset and >> should be supported by athn(4). > >But hostap is broken i

Re: Recommendation about an Alfa usb wireless adapter to use it as HostAP

2016-09-02 Thread Stefan Sperling
On Fri, Sep 02, 2016 at 10:41:31AM +0200, David Coppa wrote: > The Alfa AWUS036NHA it's based on the Atheros AR9271 chipset and > should be supported by athn(4). But hostap is broken in the USB athn(4) driver so it's useless as AP. Unless you wish to be hacking wifi drivers, if you want a

Re: Recommendation about an Alfa usb wireless adapter to use it as HostAP

2016-09-02 Thread David Coppa
e an Alfa (http://www.alfa.com.tw) usb wireless adapter. There is not much information in Alfa's web about which of them can run as a HostAP. > > Any recommendation? Maybe AWUS036ACH can supports this functionality, but I am not sure ... The Alfa AWUS036NHA it's based on the Atheros AR9271 chipset an

Re: Recommendation about an Alfa usb wireless adapter to use it as HostAP

2016-09-02 Thread ludovic coues
and surprise. Best case scenario, they still use realtek chip and the device will be covered by one of on the urt driver, rsu, urtw or urtwn. The complete list of driver for usb wireless network interface is available at usb(4) 2016-09-02 9:43 GMT+02:00 C. L. Martinez <carlopm...@gmail.com>

Recommendation about an Alfa usb wireless adapter to use it as HostAP

2016-09-02 Thread C. L. Martinez
Hi all, I would like to install OpenBSD as a hostap for my home. I have done the same in the past, running OpenBSD as a kvm guest on my laptop and all works really well. I am thinking to use an Alfa (http://www.alfa.com.tw) usb wireless adapter. There is not much information in Alfa's web

Re: write all files in /mnt to usb using dd

2016-08-04 Thread Ax0n
I mis-understood your first post, Teng. The .iso image confused me and I thought you were trying to write to optical media. It sounds like you needed to simply mount the USB removable mass storage to /mnt. Oddly enough, I can't find a directly relevant entry for this in the OpenBSD FAQ to link

Re: write all files in /mnt to usb using dd

2016-08-04 Thread Raf Czlonka
Hi, What are you trying to do? If you're after files which are on the ISO image, then cp(1) will do just fine - simply mount the USB disk and copy the files. Unless of course, you're trying to create a bootable USB stick out of a bootable ISO image - neither cp(1) nor tar(1) will do the job

Re: write all files in /mnt to usb using dd

2016-08-03 Thread Ted Unangst
Teng Zhang wrote: > hi, i want to write all files in /mnt to usb,so i issued the command: > > doas dd if=/mnt of=/dev/rsd1c bs=5M > > but it failed. I'm not pretty understand the way to operate dd, so > could you please tell me how can i operate it to write the files to &g

write all files in /mnt to usb using dd

2016-08-03 Thread Teng Zhang
hi, i want to write all files in /mnt to usb,so i issued the command: doas dd if=/mnt of=/dev/rsd1c bs=5M but it failed. I'm not pretty understand the way to operate dd, so could you please tell me how can i operate it to write the files to usb? Some information about my system: the files

Re: USB and Intel Bay Trail

2016-07-17 Thread Martin Pieuchot
On 16/07/16(Sat) 13:08, Tony Sarendal wrote: > Hola, > > I got a pair of mini-pc's to play with for the summer vacation, small > fanless > thingies with 4xGE and wifi. > > http://www.qotom.net/goods-129-QOTOM-Q190G4+4+LAN+Mini+PC.html > > When testing with the la

USB and Intel Bay Trail

2016-07-16 Thread Tony Sarendal
Hola, I got a pair of mini-pc's to play with for the summer vacation, small fanless thingies with 4xGE and wifi. http://www.qotom.net/goods-129-QOTOM-Q190G4+4+LAN+Mini+PC.html When testing with the latest snapshot USB wont play. Any ideas ? Regards Tony # dmesg OpenBSD 6.0-beta (GENERIC.MP

Re: making OpenBSD 5.9 live system on USB key

2016-07-13 Thread Ted Unangst
Matthias Apitz wrote: > # egrep 'imt|ihi' cyapa-openbsd-dmesg-debug-DIHIDEV_DEBUG.txt > Jul 13 09:12:19 openbsd /bsd: >>> probing for ihidev* > Jul 13 09:12:19 openbsd /bsd: >>> ihidev probe returned 0 > > The existing device is not found :-( > On FreeBSD on the same netbook it is seen as: > > $

Re: making OpenBSD 5.9 live system on USB key

2016-07-13 Thread Matthias Apitz
El d�a Wednesday, July 13, 2016 a las 10:45:47AM +0200, Boudewijn Dijkstra escribi�: > Op Sat, 09 Jul 2016 14:10:26 +0200 schreef Matthias Apitz > : > > > >dwiic at acpi0 not configured > >dwiic at acpi0 not configured > > What is connected to these? I have here the various

Re: making OpenBSD 5.9 live system on USB key

2016-07-13 Thread Boudewijn Dijkstra
Op Sat, 09 Jul 2016 14:10:26 +0200 schreef Matthias Apitz : dwiic at acpi0 not configured dwiic at acpi0 not configured What is connected to these? -- Gemaakt met Opera's e-mailprogramma: http://www.opera.com/mail/

Re: making OpenBSD 5.9 live system on USB key

2016-07-13 Thread Matthias Apitz
El día Tuesday, July 12, 2016 a las 01:54:49PM +0200, Boudewijn Dijkstra escribió: > Op Sat, 09 Jul 2016 16:16:45 +0200 schreef Matthias Apitz > : > > El día Saturday, July 09, 2016 a las 02:44:39PM +0200, Peter N. M. > > Hansteen escribió: > > > >> [...] I suspect that's the

Re: making OpenBSD 5.9 live system on USB key

2016-07-12 Thread Boudewijn Dijkstra
Op Sat, 09 Jul 2016 16:16:45 +0200 schreef Matthias Apitz : El día Saturday, July 09, 2016 a las 02:44:39PM +0200, Peter N. M. Hansteen escribió: [...] I suspect that's the case with your touchpad as well. [...] Re/ the touchpad: the imt(4) man page says, it should have

Re: ipad as an USB disk

2016-07-11 Thread Erling Westenvik
On Mon, Jul 11, 2016 at 12:32:06PM +0200, Jan Stary wrote: > On Jul 08 16:47:01, h...@stare.cz wrote: > > What is your favorite way to get files > > from an ipad onto an OpenBSD machine? > > Thanks for the suggestions. After going through a shitload of ipad apps > that let you copy 20 files

Re: ipad as an USB disk

2016-07-11 Thread lists
Mon, 11 Jul 2016 12:32:06 +0200 Jan Stary > On Jul 08 16:47:01, h...@stare.cz wrote: > > What is your favorite way to get files > > from an ipad onto an OpenBSD machine? > > Thanks for the suggestions. After going through a shitload of ipad apps > that let you copy 20 files before

Re: ipad as an USB disk

2016-07-11 Thread Jan Stary
On Jul 08 16:47:01, h...@stare.cz wrote: > What is your favorite way to get files > from an ipad onto an OpenBSD machine? Thanks for the suggestions. After going through a shitload of ipad apps that let you copy 20 files before they offer you a pro version, I settled with "FTPManagaer Free" which

Re: making OpenBSD 5.9 live system on USB key

2016-07-09 Thread Matthias Apitz
El día Saturday, July 09, 2016 a las 04:16:45PM +0200, Matthias Apitz escribió: > El día Saturday, July 09, 2016 a las 02:44:39PM +0200, Peter N. M. Hansteen > escribió: > > Re/ the touchpad: the imt(4) man page says, it should have support. > Is there some method in OpenBSD to get verbose or

Re: making OpenBSD 5.9 live system on USB key

2016-07-09 Thread Matthias Apitz
I suspect that's the case with your touchpad as well. Thanks. I plugged in some other USB Wifi dongle which was seen by the urtwn(4) driver, learned how to install the firmware and could bring up the interface associated with my AP. Re/ the touchpad: the imt(4) man page says, it should have supp

<    3   4   5   6   7   8   9   10   11   12   >