View previous topic :: View next topic |
Author |
Message |
mollevp n00b
Joined: 29 Jan 2005 Posts: 12 Location: Denmark
|
Posted: Tue Feb 08, 2005 8:39 pm Post subject: USB mouse dead after etc-update |
|
|
Hi all
My problem is that my USB mouse is dead, this is what happened:
- I've emerged ipw2100 for my wireless
- I also had to add some chrypt-stuff in the kernel, to make the emerge
- After this I thought everything was ok...
- Ran an etc-update overwriting all old config files (stupid move i guess)
And the a reboot... now my mouse is dead - it dies during bootup actually right after exiting grub.. The light goes out
I have emergede hotplug and coldplug...
Any suggestions? |
|
Back to top |
|
|
robet l33t
Joined: 06 Sep 2004 Posts: 807 Location: Earth/NorthAmerica/USA/NY
|
|
Back to top |
|
|
mollevp n00b
Joined: 29 Jan 2005 Posts: 12 Location: Denmark
|
Posted: Tue Feb 08, 2005 8:57 pm Post subject: |
|
|
The system doesen't die - only my mouse... The light in it goes out right after exiting grub.. happens so fast I can't really tell what it's saying... |
|
Back to top |
|
|
robet l33t
Joined: 06 Sep 2004 Posts: 807 Location: Earth/NorthAmerica/USA/NY
|
|
Back to top |
|
|
mollevp n00b
Joined: 29 Jan 2005 Posts: 12 Location: Denmark
|
Posted: Tue Feb 08, 2005 9:09 pm Post subject: |
|
|
Here's my .config USB section:
Code: | #
# USB support
#
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_OTG is not set
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
# CONFIG_USB_EHCI_SPLIT_ISO is not set
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_UHCI_HCD=m
#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_MIDI is not set
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=m
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_RW_DETECT is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
#
# USB Human Interface Devices (HID)
#
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y
#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_MTOUCH is not set
# CONFIG_USB_EGALAX is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set
#
# Video4Linux support is needed for USB Multimedia device support
#
#
# USB Network adaptors
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_TIGL is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGETSERVO is not set
# CONFIG_USB_TEST is not set
#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set |
I hope this helps... |
|
Back to top |
|
|
jschellhaass Guru
Joined: 20 Jan 2004 Posts: 341
|
Posted: Tue Feb 08, 2005 9:32 pm Post subject: |
|
|
I see you are loading the usb drivers as modules. Do you load the drivers in /etc/modules.autoload.d/kernel-2.6 (or kernel-2.4).
The other issue I see is you have both
Code: | CONFIG_USB_OHCI_HCD=m
CONFIG_USB_UHCI_HCD=m |
You really only need one of them depending on your chipset. They do interfere with one another.
jeff |
|
Back to top |
|
|
mollevp n00b
Joined: 29 Jan 2005 Posts: 12 Location: Denmark
|
Posted: Tue Feb 08, 2005 9:40 pm Post subject: |
|
|
I think your right, there must be a problem here my: /etc/modules.autoload.d/kernel-2.6:
Code: | # /etc/modules.autoload.d/kernel-2.6: kernel modules to load when system boots.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/modules.autoload.d/kernel-2.6,v 1.1 2003/07/16 18:13:45 azarah Exp $
#
# Note that this file is for 2.6 kernels.
#
# Add the names of modules that you'd like to load when the system
# starts into this file, one per line. Comments begin with # and
# are ignored. Read man modules.autoload for additional details.
# For example:
# 3c59x
ipw2100 |
I'm new a this - so sorry for the noob questions :)
How should my autoload look like, im not really sure which modules I should add...? |
|
Back to top |
|
|
mollevp n00b
Joined: 29 Jan 2005 Posts: 12 Location: Denmark
|
Posted: Tue Feb 08, 2005 9:42 pm Post subject: |
|
|
Oh, and btw it's a IBM laptop T40... not sure of the chipset.. |
|
Back to top |
|
|
mollevp n00b
Joined: 29 Jan 2005 Posts: 12 Location: Denmark
|
Posted: Tue Feb 08, 2005 9:55 pm Post subject: |
|
|
Hi I found the problem... stupid me
After I emerged coldplug i forgot to make an
Code: | rc-update add coldplug default |
Now the mouse is working... thx for all your help... |
|
Back to top |
|
|
jschellhaass Guru
Joined: 20 Jan 2004 Posts: 341
|
Posted: Tue Feb 08, 2005 10:01 pm Post subject: |
|
|
You will need to add the following modules at least
ehci-hcd ##This is for USB 2.0 support
uhci-hcd ##I'm guessing here. Use lspci to find out what chipset
usbhid ## This is for Human Interface Devices. |
|
Back to top |
|
|
mollevp n00b
Joined: 29 Jan 2005 Posts: 12 Location: Denmark
|
Posted: Tue Feb 08, 2005 10:43 pm Post subject: |
|
|
ok.. thx i'll try that |
|
Back to top |
|
|
|