TEAM help us to resolve problem with USB see below Thank you
> Hello, Sergey > >>> Hello Anton. >>> Please, check your USB BIOS setups. >>> Send a dmesg of your machine with usbdevs -v output. > I has checked BIOS. It's OK. > USB can work on Linux. > But for my current task - I must enable USB on openBSD 4.7 (or openBSD 4.8) > > I produced the two dmesg logs: (see attachments) > > first - plugged usb mouse and usb flash drive > after power off/on > second - plugged usb mouse and unplugged usb flash drive > I see short lights reaction, but not see reaction from kernel (dmesg). > > > On Mon, Nov 15, 2010 at 05:08:58PM +0300, anton.v.zhukov wrote: >>> >>> Brad Davis, >>> >>> Could you help me with driver problem on OpenBSD? >>> Or, maybe, you know who can help me? >>> >>> My problem is: >>> >>> On motherboard X8SIE-F >>> http://www.supermicro.com/xeon_3400/Motherboard/X8SIE.cfm?IPMI=Y&TYP=LN2 >>> USB not work properly. >>> >>> What's I mean. >>> After system loading, I try insert usb devices: >>> flash, mouse, keyboard, etc. >>> System not recognize it. >>> 'dmesg' can not find usb >>> 'mount' can not find devices too. > Hello Anton. > Please, check your USB BIOS setups. > Send a dmesg of your machine with usbdevs -v output. > >>> I don't know how it can be resolved. >>> Maybe you can tell me how long it can be taken to resolve by openbsd >>> team, or it is never be done, and its must do by me itself >>> How similar question be resolved usually. > cat /etc/motd on your installed system + man afterboot (8) and sendbug (1). > > > > > On 11/15/2010 7:08 AM, anton.v.zhukov wrote: >> Brad Davis, >> >> Could you help me with driver problem on OpenBSD? >> Or, maybe, you know who can help me? >> >> My problem is: >> >> On motherboard X8SIE-F >> http://www.supermicro.com/xeon_3400/Motherboard/X8SIE.cfm?IPMI=Y&TYP=LN2 >> USB not work properly. >> >> What's I mean. >> After system loading, I try insert usb devices: >> flash, mouse, keyboard, etc. >> System not recognize it. >> 'dmesg' can not find usb >> 'mount' can not find devices too. > If the USB devices are enabled, it will be found during the boot probe. > The USB drivers may not recognize it, but it will be found. You need to > look in the output of the kernel boot (with dmesg) and look for anything > that isn't being initialized. >> I don't know how it can be resolved. >> Maybe you can tell me how long it can be taken to resolve by openbsd >> team, or it is never be done, and its must do by me itself > Usually the fix for these types of problems are done by someone who has > the hardware and needs it fixed. > How similar question be resolved usually. >> How long can take porting from linux driver to openbsd by openbsd team? > The team will never port drivers from Linux (for legal reasons). >> Maybe it problem need some payment? > My guess is that if it is easy, someone will do it gratis. If it takes > major work then someone will do it for consulting pay. > > The last project I did along this line was to support stay-alive > hardware on an embedded board. It took a specialty driver (it was > unlike any supported hardware) and interface code. The company I did > the work for provided Internet connected hardware and a person to call > if I needed a hard reboot. I charged my standard consulting rates. > > USB support should be easy. The hardware interface is defined by a > consortium so my guess is that the problem is that the kernel isn't > recognizing the tuple that defines the hardware. I could look at your > dmesg output and see if there is anything obvious. > > Brad > > > anton.v.zhukov wrote: > >> >> Could you help me with driver problem on OpenBSD? >> Or, maybe, you know who can help me? >> >> My problem is: >> >> On motherboard X8SIE-F >> http://www.supermicro.com/xeon_3400/Motherboard/X8SIE.cfm?IPMI=Y&TYP=LN2 >> USB not work properly. >> >> What's I mean. >> After system loading, I try insert usb devices: >> flash, mouse, keyboard, etc. >> System not recognize it. >> 'dmesg' can not find usb >> 'mount' can not find devices too. >> >> I don't know how it can be resolved. >> Maybe you can tell me how long it can be taken to resolve by openbsd >> team, or it is never be done, and its must do by me itself >> >> How similar question be resolved usually. >> How long can take porting from linux driver to openbsd by openbsd team? >> >> Maybe it problem need some payment? >> >> >> Regards, >> Anton
