You are not logged in.
hello
after new kernel (->2.6.15.4) & udev (->084) upgrade my mouse (usb optical) stopped working. it won't be caused by udev as the mouse works fine with kernel 2.6.15.2. and new udev. any suggestions, what should i do?
thanks, ota
EDITED: additional info
my external usb disk isn't working either, i tried
modprobe usb-storage
and
modprobe usbhid
both failed, dmesg gives this
usbcore: Unknown symbol add_uevent_var
usb_storage: Unknown symbol usb_alloc_urb
usb_storage: Unknown symbol usb_free_urb
usb_storage: Unknown symbol usb_sg_init
usb_storage: Unknown symbol usb_unlock_device
usb_storage: Unknown symbol usb_register
usb_storage: Unknown symbol usb_sg_cancel
usb_storage: Unknown symbol usb_reset_device
usb_storage: Unknown symbol usb_submit_urb
usb_storage: Unknown symbol usb_deregister
usb_storage: Unknown symbol usb_lock_device_for_reset
usb_storage: Unknown symbol usb_unlink_urb
usb_storage: Unknown symbol usb_reset_configuration
usb_storage: Unknown symbol usb_buffer_free
usb_storage: Unknown symbol usb_sg_wait
usb_storage: Unknown symbol usb_buffer_alloc
usbcore: Unknown symbol add_uevent_var
usbhid: Unknown symbol usb_alloc_urb
usbhid: Unknown symbol usb_free_urb
usbhid: Unknown symbol usb_unlock_device
usbhid: Unknown symbol usb_register
usbhid: Unknown symbol usb_reset_device
usbhid: Unknown symbol usb_submit_urb
usbhid: Unknown symbol usb_control_msg
usbhid: Unknown symbol usb_register_dev
usbhid: Unknown symbol usb_deregister
usbhid: Unknown symbol usb_lock_device_for_reset
usbhid: Unknown symbol usb_string
usbhid: Unknown symbol usb_deregister_dev
usbhid: Unknown symbol usb_kill_urb
usbhid: Unknown symbol usb_buffer_free
usbhid: Unknown symbol __usb_get_extra_descriptor
usbhid: Unknown symbol usb_buffer_alloc
Offline
How do you load modules in /etc/rc.conf? I've been a long time fan of loading manually and had
MOD_AUTOLOAD="no"
and all my usb stuff including usb mouse stopped working with this upgrade. After changing MOD_AUTOLOAD to yes it works (I didn't bother investigating further which module I was missing - I had all usb modules that were necessary in the past, but smth was missing, whatever...). Loading time seems as fast as before, so I'll keep it for now.
Offline
I've MOD_AUTOLOAD='yes' and I have no relevant modules neither in MOD_BLACKLIST nor in MODULES.
I was thinking of adding needed module to MODULES, but i don't know which one it should be. Is there any way how to find out, which module do I need for a specific piece of hardware?
ota
Offline
Oh, I forgot I changed one more thing:
in /etc/X11/xorg.conf I changed mouse device from /dev/psaux (which points to /dev/misc/psaux) to /dev/input/mice. This didn't help, then I changed MOD_AUTOLOAD to "yes" and it worked. It could be that both was needed, so check also xorg.conf.
Offline
Those errors look like failed dependancy resolution. Rerun 'depmod -ae' and then try to modprobe those modules again.
Offline
depmod didn't help. It gives same errors.
Oh, I see, that I forgot to provide modprobe errors
[root@otovo ~]# modprobe usbhid
WARNING: Error inserting usbcore (/lib/modules/2.6.15-ARCH/kernel/drivers/usb/core/usbcore.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting usbhid (/lib/modules/2.6.15-ARCH/kernel/drivers/usb/input/usbhid.ko): Unknown symbol in module, or unknown parameter (see dmesg)
Offline
modprobe uhci-hcd ohci-hcd
then try
Offline
It's still the same
[root@otovo /]# modprobe uhci-hcd
WARNING: Error inserting usbcore (/lib/modules/2.6.15-ARCH/kernel/drivers/usb/core/usbcore.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting uhci_hcd (/lib/modules/2.6.15-ARCH/kernel/drivers/usb/host/uhci-hcd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
[root@otovo /]# modprobe ohci-hcd
WARNING: Error inserting usbcore (/lib/modules/2.6.15-ARCH/kernel/drivers/usb/core/usbcore.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting ohci_hcd (/lib/modules/2.6.15-ARCH/kernel/drivers/usb/host/ohci-hcd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
[root@otovo /]#
dmesg
usbcore: Unknown symbol add_uevent_var
uhci_hcd: Unknown symbol usb_hcd_pci_suspend
uhci_hcd: Unknown symbol usb_hcd_resume_root_hub
uhci_hcd: Unknown symbol usb_hcd_pci_probe
uhci_hcd: Unknown symbol usb_check_bandwidth
uhci_hcd: Unknown symbol usb_disabled
uhci_hcd: Unknown symbol usb_release_bandwidth
uhci_hcd: Unknown symbol usb_claim_bandwidth
uhci_hcd: Unknown symbol usb_hcd_pci_resume
uhci_hcd: Unknown symbol usb_hcd_giveback_urb
uhci_hcd: Unknown symbol usb_hcd_poll_rh_status
uhci_hcd: Unknown symbol usb_hcd_pci_remove
usbcore: Unknown symbol add_uevent_var
ohci_hcd: Unknown symbol usb_hcd_pci_suspend
ohci_hcd: Unknown symbol usb_hcd_resume_root_hub
ohci_hcd: Unknown symbol usb_hcd_pci_probe
ohci_hcd: Unknown symbol usb_trylock_device
ohci_hcd: Unknown symbol usb_disabled
ohci_hcd: Unknown symbol usb_unlock_device
ohci_hcd: Unknown symbol usb_calc_bus_time
ohci_hcd: Unknown symbol usb_hcd_pci_resume
ohci_hcd: Unknown symbol usb_hcd_giveback_urb
ohci_hcd: Unknown symbol usb_hcd_suspend_root_hub
ohci_hcd: Unknown symbol usb_set_device_state
ohci_hcd: Unknown symbol usb_hcd_pci_remove
Offline
same issue here, via k8t chipset if that helps
[solved] heh, guess it helps to have /boot mounted when you update the kernel eh? doH!!
yes, it really helps . I've just found out..........
Thank you all, for your help
ota
Offline