Re: Usb printers take the same port deterministically?

2011-06-04 Thread Scott Gasch
/dev/unlpt0 /dev/unlpt-epson"; }; attach 20 { device-name "ulpt1"; match "vendor" "0x04b8"; # Epson match "product" "0x0007"; # Photostylus R800 action "ln -s /dev/$device-name /dev/ulpt-epson";

Usb printers take the same port deterministically?

2011-06-04 Thread Scott Gasch
Hi, I have two usb printers on my freebsd machine and I'm using cups. One of the things I've done is publish a raw (no driver) printer for each of them and use that to share them with other machines in the house that have drivers. My problem is that every once in a while, when I boot up, the ord

Re: irq19 interrupt storm?

2008-09-17 Thread Scott Gasch
6, 2008 at 7:12 AM, Gary Jennejohn <[EMAIL PROTECTED]>wrote: > On Mon, 15 Sep 2008 22:57:38 -0700 > "Scott Gasch" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I'm running freebsd 7.0-RELEASE-p4 on a 4-core amd64 box. Nearly 100% of > &g

Re: irq19 uhci interrupts taking ~100% of one core?

2008-09-07 Thread Scott Gasch
Total 1258360428 56014 This makes me start to wonder if this is not a problem with irq19 (the PIC?) and not one particular device / driver. I'm not sure how to make dig deeper here, any help greatly appreciated. Thx, Scott On Sun, Sep 7, 2008 at 4:07 PM, Scott Gas

irq19 uhci interrupts taking ~100% of one core?

2008-09-07 Thread Scott Gasch
Hi, I'm running freebsd 7.0-RELEASE-p4 on a 4-core amd64 box. nearly 100% of 1 cpu is constantly being used handling irq19: uhci4 interrupts. This seems to happen both with and without any USB devices plugged in: vmstat -i interrupt total rate irq1: atkbd0

squeezecenter hangs kernel on sigterm

2008-04-08 Thread Scott Gasch
Hi, I have a problem with the squeezecenter port -- when I stop it (via /usr/local/etc/rc.d/squeezecenter stop or via system shutdown or via kill -9 pid) it hangs the machine instantly, every time. There is nothing in the system or all log about what happened. I'm running FreeBSD wannabe.guru.or

Re: re driver in 5.3?

2006-11-28 Thread Scott Gasch
eeBSD this patch has been integrated to? http://lists.freebsd.org/pipermail/freebsd-current/2005-October/056317.html Thx, Scott On 11/27/06, Scott Gasch <[EMAIL PROTECTED]> wrote: Hi, I'm trying to get a linksys eg1032 gigabit ethernet card (version 3) working under freebsd 5.3.

re driver in 5.3?

2006-11-27 Thread Scott Gasch
Hi, I'm trying to get a linksys eg1032 gigabit ethernet card (version 3) working under freebsd 5.3. This appears to be an RTL8169S based card. When I build a kernel with the re device (and miibus) enabled, the card is not detected. I also tried building a GENERIC kernel to sanity check my conf