Missing XL0 and USB printer after upgrade (WORKAROUND)
Tom Parquette
tparquet at twcny.rr.com
Wed Feb 11 18:19:34 PST 2004
Bernd Walter wrote:
> On Tue, Feb 10, 2004 at 10:51:15PM -0500, Tom Parquette wrote:
>
>>Bernd Walter wrote:
>>
>>>On Tue, Feb 10, 2004 at 04:22:39PM -0500, bcsfd204 at twcny.rr.com wrote:
>>>
>>>
>>>>I removed miibus_load="YES" and added if_xl_load="YES" and I appear to
>>>>have a workaround for the network problem. I have not performed any
>>>>exaustive tests but the errors in DHCP and samba at boot time seem to
>>>>have disappeared.
>>>>The USB printer problem remains. But one thing at a time. :-)
>>>
>>>
>>>Not surprising - your kernel has neither the xl driver nor the driver
>>>for your usb controler.
>>
>>I'm afraid I do not follow... The kernel config file has both the
>>device xl and the device ulpt lines.
>
>
> ulpt is not your USB controller - it's the driver for a device atached
> to an controller, but your kernel has none.
I misspoke when I wrote that. Sorry...
>
>
>>>At least the device probing lists them and can't find a matching driver.
>>>Check kldstat -v output to verify.
>>
>>kldstat -v indicated usb was there but ulpt was not. For grins, I
>>loaded ulpt.ko and it showed up in the kldstat display. I'm going to
>>change loader.conf.local for usb and ulpt and see what happens but I'm
>>going to wait until tomorrow (I want to let my overnight cron scripts
>>catch up from being off the air for several days.)
>
>
> Are you absolutely shure that the kernel was compiled with the config
> file you've check for xl and ulpt existence?
> At least kldstat undoubtly showed that the kernel you have booted is
> without!
This is the section from /usr/src/sys/i386/conf/P3R-272 for the xl0 card:
device vpo # Requires scbus and da
device miibus # MII bus support
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
device random # Entropy device
And this is my USB section from the same config file:
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device usb # USB Bus (required)
#device udbp # USB Double Bulk Pipe devices
device ugen # Generic
device uhid # "Human Interface Devices"
device ukbd # Keyboard
device ulpt # Printer
device umass # Disks/Mass storage - Requires scbus and da
device ums # Mouse
device urio # Diamond Rio 500 MP3 player
device uscanner # Scanners
device aue # ADMtek USB ethernet
device cue # CATC USB ethernet
device kue # Kawasaki LSI USB ethernet
device firewire # FireWire bus code
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
>
>
>>>PS: Please don't start a new thread for each mail on that issue.
>>
>>Sorry...
>>
>>Maybe I'm missing the point but I did not see anything that told me
>>there was going to be a change in the way this acted when I came up to
>>5.2-C. If I'm missing the something, I would appreciate someone helping
>>me understand what is going on...
>
>
> There's is no such change.
>
I had posted the information Andy requested but the post was held for
moderator approval. (I could not access this Email account with the
server down.)
I'm sorry if my frustration is starting to leak into my Email.
I'm willing to work this through to understand what is going on and what
I have to do to address the issue.
Thanks.
More information about the freebsd-current
mailing list