Re: USB and more PCI device support
Andy Ruhl <[email protected]> Thu, 23 Dec 2010 09:14:17 -0700
| Newsgroups | gmane.os.netbsd.ports.cobalt |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Dec 13, 2010 at 9:31 PM, Andy Ruhl <[email protected]> wrote: > Well, so far it's looking good. I grabbed the PCIDEVS file and then > included it from my kernel config file rather than the other way > around, seems easier for me. > > I forgot that I don't have sd support in the kernel, so I need to > rebuild again. But here's the dmesg for now: It's not looking so good anymore. I replaced the PCI USB/Firewire card I had in the Qube2 with another PCI USB card, but this one also has problems. The previous card would cause a hang for anything which would access the disk I had attached the the USB card. Whatever the process was that was accessing it is stuck in a "D" state. This new card does this once in a while, but I'm not sure if this is the disk's fault: Dec 23 03:16:37 porky /netbsd: sd0: pack is stopped, restarting... Dec 23 05:50:26 porky /netbsd: sd0: pack is stopped, restarting... Dec 23 06:01:39 porky /netbsd: sd0: pack is stopped, restarting... If anyone is having luck with some particular PCI USB card, I'd like to hear about it. Andy