LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Usb pen not recognized on debian 5.03 squeeze (https://www.linuxquestions.org/questions/linux-hardware-18/usb-pen-not-recognized-on-debian-5-03-squeeze-841195/)

kususe 10-29-2010 10:54 AM

Usb pen not recognized on debian 5.03 squeeze
 
Until yesterday, my usb pen worked.
Now, nothing. I've seen that my iPod charges only, but it's not recognized as a camera.
Today I've update only my system.
this is the out of lsusb:

Code:

Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

(Usb pen is linked)

Suggestions?

corp769 10-29-2010 11:06 AM

Can you post the output of dmesg?

kususe 10-29-2010 11:17 AM

[CODE]
[ 85.329714] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 85.508526] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 88.932149] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 88.975701] lib80211_crypt: registered algorithm 'TKIP'
[ 99.792230] eth1: no IPv6 routers present
/CODE]

I think it's not related to my problem..

corp769 10-29-2010 11:52 AM

I don't either. I just wanted to see if you had any weird error messages. Could you post your /var/log/messages? Thats the best I have for you man for now, we need to see what all your system is doing....

kususe 10-29-2010 12:17 PM

Code:

Oct 29 17:55:51 debian kernel: [  15.144691] ttyS1: LSR safety check engaged!
Oct 29 17:56:00 debian kernel: [  23.391358] ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 29 17:56:02 debian kernel: [  25.821811] b44: eth0: powering down PHY
Oct 29 17:56:02 debian kernel: [  25.827596] ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 29 17:56:22 debian kernel: [  45.903226] pci 0000:01:00.0: power state changed by ACPI to D0
Oct 29 17:56:22 debian kernel: [  45.903239] pci 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 6 (level, low) -> IRQ 6
Oct 29 17:56:22 debian kernel: [  46.037682] [drm] Initialized drm 1.1.0 20060810
Oct 29 17:56:22 debian kernel: [  46.123962] [drm] radeon defaulting to userspace modesetting.
Oct 29 17:56:22 debian kernel: [  46.126549] [drm] Initialized radeon 1.31.0 20080528 for 0000:01:00.0 on minor 0
Oct 29 17:56:22 debian kernel: [  46.280442] agpgart-intel 0000:00:00.0: AGP 2.0 bridge
Oct 29 17:56:22 debian kernel: [  46.280461] agpgart-intel 0000:00:00.0: putting AGP V2 device into 1x mode
Oct 29
17:56:22 debian kernel: [  46.280495] pci 0000:01:00.0: putting AGP V2 device into 1x mode
Oct 29 17:56:23 debian kernel: [  46.531661] [drm] Setting GART location based on new memory map
Oct 29 17:56:23 debian kernel: [  46.531715] [drm] Loading R300 Microcode
Oct 29 17:56:23 debian kernel: [  46.531984] platform radeon_cp.0: firmware: requesting radeon/R300_cp.bin
Oct 29 17:56:57 debian kernel: [  81.242456] ADDRCONF(NETDEV_UP): eth1: link is not ready
Oct 29 17:57:01 debian kernel: [  85.314507] b44: eth0: powering down PHY
Oct 29 17:57:02 debian kernel: [  85.329714] ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 29 17:57:02 debian kernel: [  85.508526] ADDRCONF(NETDEV_UP): eth1: link is not ready
Oct 29 17:57:05 debian kernel: [  88.932149] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready

last 20 lines

honeybadger 10-29-2010 03:21 PM

Unplug the pen drive and then plug it back in and then run dmesg.
Does the pen drive show up on the gui menu? Change the usb ports check and see if you have leds on the pen drive blinking. See if another pc is able to detect it. Plenty of tUhings to do - try it.

kususe 10-30-2010 05:59 PM

The result is the same.
This is "dmesg | tail -20" output:

Code:

[  380.932893] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  381.100885] ADDRCONF(NETDEV_UP): eth1: link is not ready
[  384.545911] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[  394.744027] eth1: no IPv6 routers present
[  401.945556] b44: eth0: powering down PHY
[  401.960882] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  402.128855] ADDRCONF(NETDEV_UP): eth1: link is not ready
[  402.198209] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[  413.132026] eth1: no IPv6 routers present
[  453.277688] ADDRCONF(NETDEV_UP): eth1: link is not ready
[  457.191304] b44: eth0: powering down PHY
[  457.205100] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  457.396110] ADDRCONF(NETDEV_UP): eth1: link is not ready
[  457.717326] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[  468.396026] eth1: no IPv6 routers present
[  479.573582] b44: eth0: powering down PHY
[  479.588881] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  479.767303] ADDRCONF(NETDEV_UP): eth1: link is not ready
[  480.109938] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[  490.236027] eth1: no IPv6 routers present


usb pen work on other pc.
I think the problem is linked to usb hardware of my pc.


All times are GMT -5. The time now is 01:28 PM.