You are not logged in.
Pages: 1
Hey guys,
Recently I noticed in /dev, I do not have /dev/usb or anything related to it. Also my USB devices no longer work, except for the mouse and I do not know why. I booted up with an ipod attached, lsusb -v shows nothing, fdisk -l shows absolutely nothing, and if I plug it in and unplug it I get nothing either. It's like nothing but the mouse exists.
Also I used rmmod on ehci_hcd and reloaded it, still nothing. I cannot plug in a flashdrive, if I do it is just not recognized by the system. I tried on every port that wasn't the mouse and nothing works. If you guys need dmesg / lsusb output just ask. I am not sure how much else to give but this is just really weird and I do not know why this occurs, no custom kernels here or anything...
Help is much appreciated if you could.
Thank you!
Offline
hi finch127, welcome to arch linux
/dev/usb? when you plug in a new usb drive, it is registered as /dev/sdb1 even after that, you cannot access it as you have not mounted it yet. please read up on the wiki on how to manage usb storage devices.
Offline
Reboot. Especially if you see a difference between:
$ uname -r && pacman -Q linux
3.4.2-2-ARCH
linux 3.4.4-1
Always reboot after you update the kernel (the linux package). Then USB devices will start working again.
PS: Also make sure you're in the storage group.
$ groups
Last edited by DSpider (2012-06-25 07:54:22)
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Hi there,
I've got quite similar issue afer last kernel upgrade (to 3.4.4-2). I'm not sure what exactly happened but usb devices are not visible for my system any more. Additionaly I'm not able to load kernel modules which are responsible for usb management.
Please see the command prints pasted below:
lsmod | grep usb
usbhid 36430 0
hid 85285 1 usbhid
usb_storage 44792 0
dvb_usb 17288 0
dvb_core 94811 1 dvb_usb
rc_core 13088 1 dvb_usb
i2c_core 20369 7 drm,i2c_piix4,dvb_usb,drm_kms_helper,i2c_algo_bit,radeon,videodev
btusb 11764 0
bluetooth 190551 1 btusb
usbcore 147565 7 uas,btusb,uvcvideo,dvb_usb,usb_storage,usbhid,xhci_hcd
scsi_mod 132942 4 uas,usb_storage,libata,sd_mod
usb_common 954 1 usbcore
modprobe:
sudo modprobe ehci-hcd
ERROR: could not insert 'ehci_hcd': Unknown symbol in module, or unknown parameter (see dmesg)
so dmesg
dmesg | grep usb
[ 0.824076] usbcore: registered new interface driver usbfs
[ 0.824132] usbcore: registered new interface driver hub
[ 0.825133] usbcore: registered new device driver usb
[ 0.825669] ehci_hcd: disagrees about version of symbol usb_hcd_resume_root_hub
[ 0.825677] ehci_hcd: Unknown symbol usb_hcd_resume_root_hub (err -22)
[ 0.825688] ehci_hcd: disagrees about version of symbol usb_hcd_unlink_urb_from_ep
[ 0.825693] ehci_hcd: Unknown symbol usb_hcd_unlink_urb_from_ep (err -22)
[ 0.825700] ehci_hcd: disagrees about version of symbol usb_hc_died
[ 0.825704] ehci_hcd: Unknown symbol usb_hc_died (err -22)
[ 0.825778] ehci_hcd: disagrees about version of symbol usb_hcd_check_unlink_urb
[ 0.825787] ehci_hcd: Unknown symbol usb_hcd_check_unlink_urb (err -22)
[ 0.825870] ehci_hcd: disagrees about version of symbol usb_hcd_link_urb_to_ep
[ 0.825878] ehci_hcd: Unknown symbol usb_hcd_link_urb_to_ep (err -22)
[ 0.825905] ehci_hcd: disagrees about version of symbol usb_hcd_giveback_urb
[ 0.825909] ehci_hcd: Unknown symbol usb_hcd_giveback_urb (err -22)
[ 0.825927] ehci_hcd: disagrees about version of symbol usb_hcd_poll_rh_status
[ 0.825936] ehci_hcd: Unknown symbol usb_hcd_poll_rh_status (err -22)
[ 0.825989] ehci_hcd: disagrees about version of symbol usb_hcd_resume_root_hub
[ 0.826000] ehci_hcd: Unknown symbol usb_hcd_resume_root_hub (err -22)
[ 0.826011] ehci_hcd: disagrees about version of symbol usb_hcd_unlink_urb_from_ep
[ 0.826015] ehci_hcd: Unknown symbol usb_hcd_unlink_urb_from_ep (err -22)
[ 0.826022] ehci_hcd: disagrees about version of symbol usb_hc_died
[ 0.826026] ehci_hcd: Unknown symbol usb_hc_died (err -22)
[ 0.826107] ehci_hcd: disagrees about version of symbol usb_hcd_check_unlink_urb
[ 0.826112] ehci_hcd: Unknown symbol usb_hcd_check_unlink_urb (err -22)
[ 0.826158] ehci_hcd: disagrees about version of symbol usb_hcd_link_urb_to_ep
[ 0.826162] ehci_hcd: Unknown symbol usb_hcd_link_urb_to_ep (err -22)
[ 0.826185] ehci_hcd: disagrees about version of symbol usb_hcd_giveback_urb
[ 0.826189] ehci_hcd: Unknown symbol usb_hcd_giveback_urb (err -22)
[ 0.826204] ehci_hcd: disagrees about version of symbol usb_hcd_poll_rh_status
[ 0.826208] ehci_hcd: Unknown symbol usb_hcd_poll_rh_status (err -22)
[ 0.830713] ehci_hcd: disagrees about version of symbol usb_hcd_resume_root_hub
[ 0.830722] ehci_hcd: Unknown symbol usb_hcd_resume_root_hub (err -22)
[ 0.830733] ehci_hcd: disagrees about version of symbol usb_hcd_unlink_urb_from_ep
[ 0.830737] ehci_hcd: Unknown symbol usb_hcd_unlink_urb_from_ep (err -22)
[ 0.830744] ehci_hcd: disagrees about version of symbol usb_hc_died
[ 0.830748] ehci_hcd: Unknown symbol usb_hc_died (err -22)
[ 0.830806] ehci_hcd: disagrees about version of symbol usb_hcd_check_unlink_urb
[ 0.830810] ehci_hcd: Unknown symbol usb_hcd_check_unlink_urb (err -22)
[ 0.830862] ehci_hcd: disagrees about version of symbol usb_hcd_link_urb_to_ep
[ 0.830867] ehci_hcd: Unknown symbol usb_hcd_link_urb_to_ep (err -22)
[ 0.830893] ehci_hcd: disagrees about version of symbol usb_hcd_giveback_urb
[ 0.830897] ehci_hcd: Unknown symbol usb_hcd_giveback_urb (err -22)
[ 0.830915] ehci_hcd: disagrees about version of symbol usb_hcd_poll_rh_status
[ 0.830919] ehci_hcd: Unknown symbol usb_hcd_poll_rh_status (err -22)
[ 0.831285] ehci_hcd: disagrees about version of symbol usb_hcd_resume_root_hub
[ 0.831292] ehci_hcd: Unknown symbol usb_hcd_resume_root_hub (err -22)
[ 0.831301] ehci_hcd: disagrees about version of symbol usb_hcd_unlink_urb_from_ep
[ 0.831305] ehci_hcd: Unknown symbol usb_hcd_unlink_urb_from_ep (err -22)
[ 0.831311] ehci_hcd: disagrees about version of symbol usb_hc_died
[ 0.831315] ehci_hcd: Unknown symbol usb_hc_died (err -22)
[ 0.831362] ehci_hcd: disagrees about version of symbol usb_hcd_check_unlink_urb
[ 0.831366] ehci_hcd: Unknown symbol usb_hcd_check_unlink_urb (err -22)
[ 0.831413] ehci_hcd: disagrees about version of symbol usb_hcd_link_urb_to_ep
[ 0.831417] ehci_hcd: Unknown symbol usb_hcd_link_urb_to_ep (err -22)
[ 0.831440] ehci_hcd: disagrees about version of symbol usb_hcd_giveback_urb
[ 0.831444] ehci_hcd: Unknown symbol usb_hcd_giveback_urb (err -22)
[ 0.831461] ehci_hcd: disagrees about version of symbol usb_hcd_poll_rh_status
[ 0.831465] ehci_hcd: Unknown symbol usb_hcd_poll_rh_status (err -22)
[ 6.104039] usbcore: registered new interface driver uas
[ 6.162037] usbcore: registered new interface driver btusb
[ 6.713016] usbcore: registered new interface driver uvcvideo
[ 6.848151] usbcore: registered new interface driver usb-storage
[ 6.951453] usbcore: registered new interface driver usbhid
[ 6.951463] usbhid: USB HID core driver
I can't see any difference if there is pendrive pluged in or not. System can't detect it at all.
The another modprobe example:
sudo modprobe rts5139
sh: /bin/fals: No such file or directory
libkmod: command_do: Error running install command for rts5139
ERROR: could not insert 'rts5139': Key has expired
It is getting more and more interesting now:
sudo lsusb
unable to initialize libusb: -99
lspci:
lspci | grep USB
00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
Fdisk cant see USB device:
sudo fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
heads: 255, sectors/track: 63, 38913 cylindres, 625142448 all sectors
Units = cylindres of 1 * 512 = 512 bytes
Device Boot Start End Blocks ID System
/dev/sda1 * 1 80324 40162 83 Linux
/dev/sda2 81920 1130495 524288 82 Linux swap / Solaris
/dev/sda3 1130496 20938751 9904128 83 Linux
/dev/sda4 20938752 625016831 302039040 83 Linux
User added to storage group: done
Additionaly some logs:
/var/log/messages.log (just usb modules parts)
(...)
Jun 27 00:35:26 localhost [ 1.088474] udevd[40]: starting version 185
Jun 27 00:35:26 localhost kernel: [ 1.174884] SCSI subsystem initialized
Jun 27 00:35:26 localhost kernel: [ 1.182218] usbcore: registered new interface driver usbfs
Jun 27 00:35:26 localhost kernel: [ 1.183794] usbcore: registered new interface driver hub
Jun 27 00:35:26 localhost kernel: [ 1.186158] usbcore: registered new device driver usb
Jun 27 00:35:26 localhost kernel: [ 1.186382] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
Jun 27 00:35:26 localhost kernel: [ 1.186389] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio ccc
Jun 27 00:35:26 localhost kernel: [ 1.186644] ehci_hcd: disagrees about version of symbol usb_hcd_resume_root_hub
Jun 27 00:35:26 localhost kernel: [ 1.186652] ehci_hcd: Unknown symbol usb_hcd_resume_root_hub (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.186664] ehci_hcd: disagrees about version of symbol usb_hcd_unlink_urb_from_ep
Jun 27 00:35:26 localhost kernel: [ 1.186669] ehci_hcd: Unknown symbol usb_hcd_unlink_urb_from_ep (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.186676] ehci_hcd: disagrees about version of symbol usb_hc_died
Jun 27 00:35:26 localhost kernel: [ 1.186680] ehci_hcd: Unknown symbol usb_hc_died (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.186737] ehci_hcd: disagrees about version of symbol usb_hcd_check_unlink_urb
Jun 27 00:35:26 localhost kernel: [ 1.186742] ehci_hcd: Unknown symbol usb_hcd_check_unlink_urb (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.186793] ehci_hcd: disagrees about version of symbol usb_hcd_link_urb_to_ep
Jun 27 00:35:26 localhost kernel: [ 1.186797] ehci_hcd: Unknown symbol usb_hcd_link_urb_to_ep (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.186824] ehci_hcd: disagrees about version of symbol usb_hcd_giveback_urb
Jun 27 00:35:26 localhost kernel: [ 1.186828] ehci_hcd: Unknown symbol usb_hcd_giveback_urb (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.186847] ehci_hcd: disagrees about version of symbol usb_hcd_poll_rh_status
Jun 27 00:35:26 localhost kernel: [ 1.186995] ehci_hcd: Unknown symbol usb_hcd_poll_rh_status (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.187015] scsi0 : ahci
Jun 27 00:35:26 localhost kernel: [ 1.187377] ehci_hcd: disagrees about version of symbol usb_hcd_resume_root_hub
Jun 27 00:35:26 localhost kernel: [ 1.187384] ehci_hcd: Unknown symbol usb_hcd_resume_root_hub (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.187397] ata1: SATA max UDMA/133 abar m1024@0xd024a000 port 0xd024a100 irq 19
Jun 27 00:35:26 localhost kernel: [ 1.187404] ehci_hcd: disagrees about version of symbol usb_hcd_unlink_urb_from_ep
Jun 27 00:35:26 localhost kernel: [ 1.187413] ehci_hcd: Unknown symbol usb_hcd_unlink_urb_from_ep (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.187422] ehci_hcd: disagrees about version of symbol usb_hc_died
Jun 27 00:35:26 localhost kernel: [ 1.187426] ehci_hcd: Unknown symbol usb_hc_died (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.187613] ehci_hcd: disagrees about version of symbol usb_hcd_check_unlink_urb
Jun 27 00:35:26 localhost kernel: [ 1.187617] ehci_hcd: Unknown symbol usb_hcd_check_unlink_urb (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.187665] ehci_hcd: disagrees about version of symbol usb_hcd_link_urb_to_ep
Jun 27 00:35:26 localhost kernel: [ 1.187669] ehci_hcd: Unknown symbol usb_hcd_link_urb_to_ep (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.187695] ehci_hcd: disagrees about version of symbol usb_hcd_giveback_urb
Jun 27 00:35:26 localhost kernel: [ 1.187699] ehci_hcd: Unknown symbol usb_hcd_giveback_urb (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.187716] ehci_hcd: disagrees about version of symbol usb_hcd_poll_rh_status
Jun 27 00:35:26 localhost kernel: [ 1.187720] ehci_hcd: Unknown symbol usb_hcd_poll_rh_status (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.189992] ehci_hcd: disagrees about version of symbol usb_hcd_resume_root_hub
Jun 27 00:35:26 localhost kernel: [ 1.190002] ehci_hcd: Unknown symbol usb_hcd_resume_root_hub (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.190012] ehci_hcd: disagrees about version of symbol usb_hcd_unlink_urb_from_ep
Jun 27 00:35:26 localhost kernel: [ 1.190016] ehci_hcd: Unknown symbol usb_hcd_unlink_urb_from_ep (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.190023] ehci_hcd: disagrees about version of symbol usb_hc_died
Jun 27 00:35:26 localhost kernel: [ 1.190027] ehci_hcd: Unknown symbol usb_hc_died (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.190082] ehci_hcd: disagrees about version of symbol usb_hcd_check_unlink_urb
Jun 27 00:35:26 localhost kernel: [ 1.190086] ehci_hcd: Unknown symbol usb_hcd_check_unlink_urb (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.190135] ehci_hcd: disagrees about version of symbol usb_hcd_link_urb_to_ep
Jun 27 00:35:26 localhost kernel: [ 1.190139] ehci_hcd: Unknown symbol usb_hcd_link_urb_to_ep (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.190164] ehci_hcd: disagrees about version of symbol usb_hcd_giveback_urb
Jun 27 00:35:26 localhost kernel: [ 1.190168] ehci_hcd: Unknown symbol usb_hcd_giveback_urb (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.190185] ehci_hcd: disagrees about version of symbol usb_hcd_poll_rh_status
Jun 27 00:35:26 localhost kernel: [ 1.190189] ehci_hcd: Unknown symbol usb_hcd_poll_rh_status (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.193905] ehci_hcd: disagrees about version of symbol usb_hcd_resume_root_hub
Jun 27 00:35:26 localhost kernel: [ 1.193915] ehci_hcd: Unknown symbol usb_hcd_resume_root_hub (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.193927] ehci_hcd: disagrees about version of symbol usb_hcd_unlink_urb_from_ep
Jun 27 00:35:26 localhost kernel: [ 1.193931] ehci_hcd: Unknown symbol usb_hcd_unlink_urb_from_ep (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.193938] ehci_hcd: disagrees about version of symbol usb_hc_died
Jun 27 00:35:26 localhost kernel: [ 1.193941] ehci_hcd: Unknown symbol usb_hc_died (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.193998] ehci_hcd: disagrees about version of symbol usb_hcd_check_unlink_urb
Jun 27 00:35:26 localhost kernel: [ 1.194002] ehci_hcd: Unknown symbol usb_hcd_check_unlink_urb (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.194053] ehci_hcd: disagrees about version of symbol usb_hcd_link_urb_to_ep
Jun 27 00:35:26 localhost kernel: [ 1.194057] ehci_hcd: Unknown symbol usb_hcd_link_urb_to_ep (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.194083] ehci_hcd: disagrees about version of symbol usb_hcd_giveback_urb
Jun 27 00:35:26 localhost kernel: [ 1.194087] ehci_hcd: Unknown symbol usb_hcd_giveback_urb (err -22)
Jun 27 00:35:26 localhost kernel: [ 1.194105] ehci_hcd: disagrees about version of symbol usb_hcd_poll_rh_status
Jun 27 00:35:26 localhost kernel: [ 1.194109] ehci_hcd: Unknown symbol usb_hcd_poll_rh_status (err -22)
(...)
Jun 27 00:35:26 localhost kernel: [ 6.184495] Initializing USB Mass Storage driver...
Jun 27 00:35:26 localhost kernel: [ 6.184563] usbcore: registered new interface driver usb-storage
Jun 27 00:35:26 localhost kernel: [ 6.184570] USB Mass Storage support registered.
(...)
Jun 27 00:35:26 localhost kernel: [ 6.564580] usbcore: registered new interface driver usbhid
Jun 27 00:35:26 localhost kernel: [ 6.564591] usbhid: USB HID core driver
(...)
Jun 27 00:38:16 localhost dbus[312]: [system] Activating service name='org.freedesktop.UDisks2' (using servicehelper)
Jun 27 00:38:16 localhost udisksd[1049]: udisks daemon version 1.94.0 starting
Jun 27 00:38:16 localhost dbus[312]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jun 27 00:38:16 localhost udisksd[1049]: Acquired the name org.freedesktop.UDisks2 on the system message bus
...
From boot:
cat /var/log/boot | grep Jun\ 27
Wed Jun 27 00:35:23 2012: :: Adjusting system time and setting kernel timezone [BUSY] [DONE]
Wed Jun 27 00:35:23 2012: :: Starting UDev Daemon [BUSY] [DONE]
Wed Jun 27 00:35:23 2012: :: Triggering UDev uevents [BUSY] [DONE]
Wed Jun 27 00:35:23 2012: :: Loading User-specified Modules [BUSY] Inserted module 'nfs'
Wed Jun 27 00:35:23 2012: ERROR: could not insert 'ehci_hcd': Unknown symbol in module, or unknown parameter (see dmesg)
Wed Jun 27 00:35:23 2012: [FAIL]
Wed Jun 27 00:35:23 2012: :: Waiting for UDev uevents to be processed [BUSY] [DONE]
Wed Jun 27 00:35:23 2012: :: Configuring Virtual Consoles [BUSY] ^[%@ [DONE]
Wed Jun 27 00:35:23 2012: :: Bringing up loopback interface [BUSY] [DONE]
Wed Jun 27 00:35:23 2012: :: Unlocking encrypted volumes: [BUSY] [DONE]
Wed Jun 27 00:35:23 2012: :: Checking Filesystems [BUSY] /dev/sda1: clean, 33/10040 files, 20452/40160 blocks
Wed Jun 27 00:35:23 2012: /dev/sda4: clean, 28406/18882560 files, 27827834/75509760 blocks
Wed Jun 27 00:35:23 2012: [DONE]
Wed Jun 27 00:35:23 2012: :: Remounting Root [BUSY] [DONE]
Wed Jun 27 00:35:23 2012: :: Mounting Local Filesystems [BUSY] [DONE]
Wed Jun 27 00:35:23 2012: :: Activating Swap [BUSY] [DONE]
Wed Jun 27 00:35:23 2012: :: Configuring Time Zone [BUSY] [DONE]
Wed Jun 27 00:35:23 2012: :: Initializing Random Seed [BUSY] [DONE]
Wed Jun 27 00:35:23 2012: :: Removing Leftover Files [BUSY] [DONE]
Wed Jun 27 00:35:23 2012: :: Setting Hostname: archbang [BUSY] [DONE]
Wed Jun 27 00:35:23 2012: :: Saving dmesg Log [BUSY] [DONE]
Wed Jun 27 00:35:24 2012: INIT: Entering runlevel: 5
Wed Jun 27 00:35:24 2012: :: Starting D-BUS system messagebus [BUSY] [DONE]
Wed Jun 27 00:35:25 2012: :: Starting Syslog-NG [BUSY] [DONE]
Wed Jun 27 00:35:25 2012: :: Starting oss [BKGD]
Wed Jun 27 00:35:25 2012: :: Starting wicd [BKGD]
Wed Jun 27 00:35:25 2012: /etc/rc.local: line 5: exec: ehci_hcd: not found
Errors:
cat /var/log/errors.log | grep Jun\ 27
Jun 27 00:35:26 localhost kernel: [ 6.220316] microcode: failed to load file amd-ucode/microcode_amd.bin
Jun 27 00:35:26 localhost kernel: [ 6.222442] microcode: failed to load file amd-ucode/microcode_amd.bin
Jun 27 00:35:26 localhost kernel: [ 6.232828] sp5100_tco: mmio address 0xb80830 already in use
Jun 27 00:35:27 localhost slim: PAM unable to dlopen(/usr/lib/security/pam_systemd.so): /usr/lib/security/pam_systemd.so: cannot open shared object file: No such file or directory
Jun 27 00:35:27 localhost slim: PAM adding faulty module: /usr/lib/security/pam_systemd.so
Jun 27 00:35:41 localhost dhcpcd[462]: dhcpcd not running
Jun 27 00:35:41 localhost dhcpcd[468]: dhcpcd not running
Jun 27 00:35:41 localhost dhcpcd[476]: dhcpcd not running
Jun 27 00:35:46 localhost dhcpcd[608]: wlan0: sendmsg: Cannot assign requested address
Downgrade kernel version to linux-3.4.4-1-x86_64.pkg.tar.xz also did not help
I'll appreciate any suggestions, this 2 days battle is going to kill me.
Kind regards,
S.
Last edited by Stajnia (2012-06-27 15:56:36)
Offline
User added to storage group: done
You need to log out and log back in again (or reboot) after you add yourself to a particular group.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Yes, I had user added to storage group before update. There was nothing changed with groups.
Offline
Yeah, I thought you might say something like that... Do you dual boot with something? And do USB devices work there? Because it could be a hardware issue.
If you don't dual boot with anything, try a livecd.
This should've picked up any USB device:
$ lsusb
Try another port, another cable or another computer to see if the device itself isn't the problem.
Last edited by DSpider (2012-06-27 16:35:05)
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
I was almost sure that this is not a hardware issue because during boot with usb stick plugged, stick led shines. I have checked with live cd and it approved my suspicion.
Print from live system:
lsusb
Bus 002 Device 003: ID 0bda:0139 Realtek Semiconductor Corp.
Bus 002 Device 002: ID 04f2:b278 Chicony Electronics Co., Ltd
Bus 002 Device 004: ID 0718:062a Imation Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 0489:e00d Foxconn / Hon Hai
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0ecd:a100 Lite-On IT Corp. LDW-411SX DVD/CD Rewritable Drive
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
fdisk -
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0005ab4c
Device Boot Start End Blocks Id System
/dev/sda1 * 1 5 40162 83 Linux
/dev/sda2 6 71 524288 82 Linux swap / Solaris
Partition 2 does not end on cylinder boundary.
/dev/sda3 71 1304 9904128 83 Linux
/dev/sda4 1304 38906 302039040 83 Linux
Disk /dev/sdb: 16.0 GB, 16009658368 bytes
64 heads, 32 sectors/track, 15268 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xf5ad3fc1
Device Boot Start End Blocks Id System
/dev/sdb1 * 2 15268 15633408 c W95 FAT32 (LBA)
Offline
I googled the error messages you got and reinstalling the kernel usually seems to work. If it doesn't, then you should try google with "ehci_hcd: disagrees about version of symbol".
Offline
As I wrote before, kernel reinstall did not help. I tried to clean /usr/src/linux-3.4.4-2-ARCH/ but I've got the following errors:
make clean
scripts/kconfig/conf --silentoldconfig Kconfig
*** Error during update of the configuration.
make[3]: *** [silentoldconfig] Error 1
make[2]: *** [silentoldconfig] Error 2
scripts/Makefile.clean:17: /usr/src/linux-3.4.4-2-ARCH/arch/x86/lib/Makefile: No such file or directory
make[1]: *** No rule to make target `/usr/src/linux-3.4.4-2-ARCH/arch/x86/lib/Makefile'. Stop.
make: *** [_clean_arch/x86/lib] Error 2
Now I'm compiling linux-bfs 3.4.4-423...
------------------------------------------------------
Added to post:
linux-bfs 3.4.4-423 install did not fixed usb issue. I have installed completly fresh system and USB works, unfortunatelly we won't be able to find out what was the problem.
Anyway, thank you guys for you replies and help.
Last edited by Stajnia (2012-06-30 12:17:52)
Offline
Pages: 1