From: Svetoslav S. <sv...@gm...> - 2004-08-04 11:46:17
|
> On Wed, 4 Aug 2004 12:42:07 +0200 (MEST) > "Svetoslav Slavtchev" <sv...@gm...> wrote: > > > > Dear Friends: > > > > > > Greetings! > > Hi, > > > > > My days are spent configuring and reconfiguring and I have so far > > > reconfigured my kernel for some 300 times and installed, yet without > > > success. > > > > > > I have lately configured as appeared below my signature and it is > > > working fine. But I could not see my USB scrollmouse (which works > > > perfect without tweaking and in Windows) when I execute the > > > > > > ]# cat /proc/bus/input/devices > > > I: Bus=0011 Vendor=0002 Product=0005 Version=0000 > > > N: Name="ImPS/2 Generic Wheel Mouse" > > > P: Phys=isa0060/serio1/input0 > > > H: Handlers=mouse0 event0 > > > B: EV=7 > > > B: KEY=70000 0 0 0 0 0 0 0 0 > > > B: REL=103 > > > > > > I: Bus=0011 Vendor=0001 Product=0002 Version=ab02 > > > N: Name="AT Set 2 keyboard" > > > P: Phys=isa0060/serio0/input0 > > > H: Handlers=kbd event1 > > > B: EV=120003 > > > B: KEY=4 2000000 8061f9 fbc9d621 efdfffdf ffefffff ffffffff fffffffe > > > B: LED=7 > > > > > > I: Bus=0003 Vendor=0a81 Product=0101 Version=0110 > > > N: Name="CHESEN USB Keyboard" > > > P: Phys=usb-00:1f.4-2/input0 > > > H: Handlers=kbd event2 > > > B: EV=120003 > > > B: KEY=7f ffe7207a c14057ff ffbeffdf ffffffff ffffffff fffffffe > > > B: LED=1f > > > > > > What could be the problem. > > > > is /proc/bus/usb mounted ? > > what does `cat /proc/bus/usb/devices` contain ? > > #cat /proc/bus/usb/devices > T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 > B: Alloc=118/900 us (13%), #Int= 1, #Iso= 0 > D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 > P: Vendor=0000 ProdID=0000 Rev= 0.00 > S: Product=USB UHCI-alt Root Hub > S: SerialNumber=ef80 > C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA > I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub > E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms > T: Bus=02 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0 > D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 > P: Vendor=0a81 ProdID=0101 Rev= 1.10 > S: Manufacturer=CHESEN > S: Product=USB Keyboard > C:* #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr=100mA > I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=01 Driver=usbkbd > E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=10ms > I: If#= 1 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=00 Prot=00 Driver=(none) > > > > > which modules do you have loaded ? > > # lsmod > Module Size Used by Not tainted > iptable_filter 2444 0 (autoclean) (unused) > ip_tables 16448 1 [iptable_filter] > ppp_synctty 8320 0 (unused) > ppp_async 9856 1 > usbkbd 4796 0 (unused) > uhci 30492 0 (unused) > microcode 7808 0 (autoclean) you don't have the driver for usb mouse loaded, there are actually two drivers - hid.o (which also handles keyboards and is recomended) - the older usbmouse.o have you disabled hotplug in the kernel ? IMHO if it's enabled in the kernel it should load the the driver automatically > > > > > are there any related messages in `dmesg` when > > you plug/unplug it ? > usb.c: new USB bus registered, assigned bus number 2 > hub.c: USB hub found > hub.c: 2 ports detected > hub.c: new USB device 00:1f.2-2, assigned address 2 > usb.c: USB device 2 (vend/prod 0x4fc/0x5) is not claimed by any active > driver.hub.c: new USB device 00:1f.4-2, assigned address 2 > usb.c: USB device 2 (vend/prod 0xa81/0x101) is not claimed by any active > driver.usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 9 ret > -6usb.c: registered new driver usbkbd > input: CHESEN USB Keyboard on usb2:2.0 > usbkbd.c: :USB HID Boot Protocol keyboard driver > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 59 ret -6 > usb-uhci.c: $Revision: 1.275 $ time 14:23:11 Aug 3 2004 > usb-uhci.c: High bandwidth mode enabled > usb-uhci.c: v1.275:USB Universal Host Controller Interface driver > usb.c: registered new driver usbdevfs > usb.c: registered new driver hub > mice: PS/2 mouse device common for all mice > input: ImPS/2 Generic Wheel Mouse on isa0060/serio1 > serio: i8042 AUX port at 0x60,0x64 irq 12 > keyboard.c [AT Set 2 keyboard] vc:1-16 > input: AT Set 2 keyboard on isa0060/serio0 > serio: i8042 KBD port at 0x60,0x64 irq 1 > PCI: Found IRQ 11 for device 00:1f.2 > PCI: Setting latency timer of device 00:1f.2 to 64 > uhci.c: USB UHCI at I/O 0xef40, IRQ 11 > usb.c: new USB bus registered, assigned bus number 1 > hub.c: USB hub found > hub.c: 2 ports detected > PCI: Found IRQ 10 for device 00:1f.4 > PCI: Setting latency timer of device 00:1f.4 to 64 > uhci.c: USB UHCI at I/O 0xef80, IRQ 10 > usb.c: new USB bus registered, assigned bus number 2 > hub.c: USB hub found > hub.c: 2 ports detected > hub.c: new USB device 00:1f.2-2, assigned address 2 > usb.c: USB device 2 (vend/prod 0x4fc/0x5) is not claimed by any active > driver.hub.c: new USB device 00:1f.4-2, assigned address 2 > usb.c: USB device 2 (vend/prod 0xa81/0x101) is not claimed by any active > driver.usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 9 ret > -6usb.c: registered new driver usbkbd > input: CHESEN USB Keyboard on usb2:2.0 > usbkbd.c: :USB HID Boot Protocol keyboard driver > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 59 ret -6 > usb-uhci.c: $Revision: 1.275 $ time 14:23:11 Aug 3 2004 > usb-uhci.c: High bandwidth mode enabled > usb-uhci.c: v1.275:USB Universal Host Controller Interface driver > uhci.c: ef40: host controller halted. very bad > usb.c: USB disconnect on device 00:1f.2-2 address 2 this looks like a very serious usb problem > --- demesg-unpluged 2004-08-04 16:46:03.000000000 +0545 > +++ dmesg-pluged 2004-08-04 16:47:14.000000000 +0545 > @@ -189,3 +189,5 @@ > hub.c: new USB device 00:1f.2-2, assigned address 3 > usb.c: USB device 3 (vend/prod 0x4fc/0x5) is not claimed by any active > driver. usb.c: USB disconnect on device 00:1f.2-2 address 3 > +hub.c: new USB device 00:1f.2-2, assigned address 4 > +usb.c: USB device 4 (vend/prod 0x4fc/0x5) is not claimed by any active > driver. same adress as the scary warning, might be try older/newer kernel (but this after trying to load the driver for usb mice) > > > Kindly help. I am desperately in need of a > > > MultiHead system. > > > > > > And since the FC2 has adopted the X.org instead of XFree86, will it > > > affect to the backstreet ruby? > > > > it depends on wether you are using the modified Xserver, > > or the "echo 1 > /proc/.../video-hack" > > in the first case you'll have to patch/recompile xorg > > (i've a patch) > > in the second no changes are needed > > > > > However, I have currently installed a persistent radio internet link > > > and could download files of considerable size in considerable time > > > (it took 36 hours to download a 645MB file from yoper.com) > > > > if you are still on debian, > > please try installing one of Andreas kernels or eventually > > using his config file > > I tried with the config also and the problem with Debian is : I > installed on hda10 with hda9 as swap for debian without installing grub > or lilo in the same hda10 partition with the hope that I could use the > grub installed in hda7 in which FC1 is installed. But I could not make > the Debian booted in spite of the fact that I configured the grub.conf. > > And what I didn't like about Debian is it has got very archaic > applications like kde 2.X and so on. there is also the "unstable" branch which is most of the time stable, but has very recent apps > I was given 7 CDs of Debian, but > only one CD is enough for the install. I don't know exactly (maybe I am > an idiot) what other 5 for? well, almost all applications that run on linux are packaged in debian, so ... > > > > you might also consider switching to mandrake, > > where i could help you a lot and all the binaries > > are available > > (i strongly sugest MDK 10.0 with a 2.6 kernel, > > as my 2.4 kernels are out of date, where as > > the 2.6 kernels seems to be pretty solid and fast) > > Downloading 3CDs of MDK 10.0 may take another 7 days at least. you could probably install just from the first CD, but then you'll miss some packages maybe, althought probably a standard kde desktop should be included in the first CD (maybe gnome too) > And there > is no local vendor in my country. Is there anyway, anyone could borrow > or donate MDK10.0's 3 CDs ( I think). i'm not on of those :( > > Thank you so much for your response. I would have gone for MDK, in case > I have got CDs. :( not a problem :-) maybe someone else could help either with CD's or in other way best, svetljo PS. please reply to lin...@li... so all people that could help, get your mails -- NEU: WLAN-Router für 0,- EUR* - auch für DSL-Wechsler! GMX DSL = supergünstig & kabellos http://www.gmx.net/de/go/dsl |