8.0-RC3 USB lock up on mounting two partitions from one USB drive

2009-11-18 Thread Guojun Jin
When mounting two partitions from a USB dirve, it can cause the drive access lock up for a long time. Details: Terminal 1 -- term1# mount /dev/da0s3d /mnt term1# cd /mnt ; rm -fr * when rm starts, go to terminal 2 and do: term2# mount /dev/da0s3e /dist ### this will hanging for a long time

Re: usb printer rejects incoming data [SOLVED]

2009-11-18 Thread Hans Petter Selasky
On Tuesday 17 November 2009 18:23:10 Alex Troussov wrote: On Tue, Nov 17, 2009 at 09:16:03AM +0100, Hans Petter Selasky wrote: Recently I upgraded to the latest RELENG_8 and rebuilt world. Now I'm having strange problems with my USB printer (Samsung CLP 315). Digging into it these last

Re: 8.0-RC3 USB lock up on mounting two partitions from one USB drive

2009-11-18 Thread Hans Petter Selasky
Hi, I'm not sure if this is an USB issue or not. If you get READ/WRITE errors and the drive simply dies then it might be the case. Else it is a system issue. There are quirks for mass storage which you can add to sys/dev/usb/storage/umass.c . --HPS On Wednesday 18 November 2009 08:33:07

[keyboard] ukbd stops working after filesystems mount at boot time

2009-11-18 Thread Travelling Particle
Hello, I am not sure if the problem is with USB, because the same hardware works fine with LiveCD. I will seek help here first, please feel free to redirect me to a better place for advice. The system is 8.0-RC3. I am booting off USB stick because I have to attach root partition on HDD with

Re: [keyboard] ukbd stops working after filesystems mount at boot time

2009-11-18 Thread Andriy Gapon
on 18/11/2009 14:25 Travelling Particle said the following: Hello, I am not sure if the problem is with USB, because the same hardware works fine with LiveCD. I will seek help here first, please feel free to redirect me to a better place for advice. The system is 8.0-RC3. I am booting

RE: 8.0-RC3 USB lock up on mounting two partitions from one USB drive

2009-11-18 Thread Guojun Jin
It looks like a system issue since it also happens to the SATA drive. The USB drive seems having more difficulty. I will back up rest partitions, Then redo the slice and partition to see if problem goes away. If so, then 8.0-R has a backward compatibility issue on the partition table or format to

FreeBSD - support for DisplayLink devices?

2009-11-18 Thread Torfinn Ingolfsen
Hi, Do we have support for DisplayLink devices in FreeBSD? Like libdlo[2,3] or udl[4]? Today I got a UM-70[5] monitor made by Lilliput, this is what /var/log/messages says when I connectd it to my 7.2-stable machine: Nov 18 22:18:13 kg-v2 root: Unknown USB device: vendor 0x17e9 product 0x02a9

Re: FreeBSD - support for DisplayLink devices?

2009-11-18 Thread Torfinn Ingolfsen
On Wed, 18 Nov 2009 22:32:23 +0100 Torfinn Ingolfsen torfinn.ingolf...@broadpark.no wrote: Today I got a UM-70[5] monitor made by Lilliput, this is what /var/log/messages says when I connectd it to my 7.2-stable machine: Oh, I forgot to tell the age of this -stable: ti...@kg-v2$ uname -a

Re: FreeBSD - support for DisplayLink devices?

2009-11-18 Thread Torfinn Ingolfsen
On Wed, 18 Nov 2009 22:47:19 +0100 Hans Petter Selasky hsela...@c2i.net wrote: Is there are userland driver using libusb for your device? I don't know, really. I haven't finished googling yet. :-) So far I've got this: http://libdlo.freedesktop.org/wiki/

Re: FreeBSD - support for DisplayLink devices?

2009-11-18 Thread Andrew Thompson
On Wed, Nov 18, 2009 at 10:47:19PM +0100, Hans Petter Selasky wrote: On Wednesday 18 November 2009 22:44:04 Torfinn Ingolfsen wrote: On Wed, 18 Nov 2009 22:32:23 +0100 Torfinn Ingolfsen torfinn.ingolf...@broadpark.no wrote: Today I got a UM-70[5] monitor made by Lilliput, this is what