Author Topic: (Fixed) Ethernet card stopped working after update  (Read 809 times)

Offline doctore

  • Sr. Member
  • ****
  • Posts: 376
(Fixed) Ethernet card stopped working after update
« on: December 01, 2010, 05:08:54 PM »
I just updated everything from the PASS server and my ethernet card stopped working. It is an ASIX Elec. Corp. AX88x72a.  It is a card that plugs into a USB port. The card is OK because it works in Windows. Could something in the update have changed the driver? I did try pressing connect in the network center, but that didn't fix the problem.
« Last Edit: December 06, 2010, 07:35:29 AM by doctore »

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: Ethernet card stopped working after update
« Reply #1 on: December 01, 2010, 07:36:03 PM »
did you changed the kernel?

in the control center sometimes delete the connection and recreate it helps, at least here

in konsole, the device is recognized?  write lsusb and post results, with the device connected
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline doctore

  • Sr. Member
  • ****
  • Posts: 376
Re: Ethernet card stopped working after update
« Reply #2 on: December 03, 2010, 07:24:00 AM »
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp.
Bus 001 Device 005: ID 0b95:7720 ASIX Electronics Corp. AX88772
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 0461:4d22 Primax Electronics, Ltd
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 413c:2106 Dell Computer Corp.
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 413c:5225 Dell Computer Corp. Printing Support
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Offline muungwana

  • Hero Member
  • *****
  • Posts: 6254
Re: Ethernet card stopped working after update
« Reply #3 on: December 03, 2010, 12:02:27 PM »

open the terminal, type "su", press "enter" and then enter root's password when asked to log in to root's terminal and then type this command to make sure system log service is running

service syslog restart

then unplug your usb ethernet cable, wait for 5 seconds and then plug it back it, what for ten seconds and then type this command on the same terminal and report its output

cat /var/log/syslog | tail -n 50

ps:
copy and paste the commands to make sure you dont mistype them
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline doctore

  • Sr. Member
  • ****
  • Posts: 376
Re:(Fixed) Ethernet card stopped working after update
« Reply #4 on: December 06, 2010, 07:31:51 AM »
After doing that it is working again.  The output is below. Could you explain what went wrong and what those commands did to fix it?
Thanks for your help!

[root@localhost dre]# cat /var/log/syslog | tail -n 50
Dec  6 07:29:11 localhost synaptic: [RPM] openssl-engines-1.0.0c-1pclos2010 installed
Dec  6 07:29:12 localhost synaptic: [RPM] gstreamer0.10-tools-0.10.31-1pclos2010 installed
Dec  6 07:29:12 localhost synaptic: [RPM] libgstreamer0.10_0.10-0.10.30.2-1pclos2010 removed
Dec  6 07:29:12 localhost synaptic: [RPM] libgstreamer-plugins-base0.10-0.10.30.4-1pclos2010 removed
Dec  6 07:29:12 localhost synaptic: [RPM] libopenssl1.0.0-1.0.0b-1pclos2010 removed
Dec  6 07:29:13 localhost synaptic: [RPM] gstreamer0.10-plugins-base-0.10.30.4-1pclos2010 removed
Dec  6 07:29:13 localhost synaptic: [RPM] gstreamer0.10-tools-0.10.30.2-1pclos2010 removed
Dec  6 07:29:15 localhost synaptic: [RPM] gstreamer0.10-plugins-good-0.10.26-1pclos2010 installed
Dec  6 07:29:16 localhost synaptic: [RPM] gstreamer0.10-plugins-good-0.10.25-1pclos2010 removed
Dec  6 07:29:16 localhost synaptic: [RPM] gstreamer0.10-soup-0.10.26-1pclos2010 installed
Dec  6 07:29:16 localhost synaptic: [RPM] gstreamer0.10-soup-0.10.25-1pclos2010 removed
Dec  6 07:29:17 localhost synaptic: [RPM] openssl-1.0.0c-1pclos2010 installed
Dec  6 07:29:17 localhost synaptic: [RPM] openssl-1.0.0b-1pclos2010 removed
Dec  6 07:29:17 localhost synaptic: [RPM] openssl-engines-1.0.0b-1pclos2010 removed
Dec  6 07:29:22 localhost klogd: usb 1-4: new high speed USB device using ehci_hcd and address 6
Dec  6 07:29:22 localhost klogd: usb 1-4: New USB device found, idVendor=0b95, idProduct=7720
Dec  6 07:29:22 localhost klogd: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec  6 07:29:22 localhost klogd: usb 1-4: Product: AX88x72A
Dec  6 07:29:22 localhost klogd: usb 1-4: Manufacturer: ASIX Elec. Corp.
Dec  6 07:29:22 localhost klogd: usb 1-4: SerialNumber: 000001
Dec  6 07:29:23 localhost klogd: eth1: register 'asix' at usb-0000:00:1a.7-4, ASIX AX88772 USB 2.0 Ethernet, 00:23:69:bf:53:05
Dec  6 07:29:23 localhost klogd: usbcore: registered new interface driver asix
Dec  6 07:29:23 localhost ifplugd(eth1)[4497]: ifplugd 0.28 initializing.
Dec  6 07:29:23 localhost klogd: eth1: link down
Dec  6 07:29:23 localhost ifplugd(eth1)[4497]: Using interface eth1/00:23:69:BF:53:05 with driver <asix> (version: 14-Jun-2006)
Dec  6 07:29:23 localhost klogd: ADDRCONF(NETDEV_UP): eth1: link is not ready
Dec  6 07:29:23 localhost ifplugd(eth1)[4497]: Using detection mode: SIOCETHTOOL
Dec  6 07:29:23 localhost ifplugd(eth1)[4497]: Initialization complete, link beat not detected.
Dec  6 07:30:00 localhost klogd: Kernel logging (proc) stopped.
Dec  6 07:30:00 localhost klogd: Kernel log daemon terminating.
Dec  6 07:30:01 localhost exiting on signal 15
Dec  6 07:30:01 localhost syslogd 1.5.0: restart.
Dec  6 07:30:01 localhost klogd: klogd 1.5.0, log source = /proc/kmsg started.                                                          
Dec  6 07:30:19 localhost klogd: usb 1-4: USB disconnect, address 6                                                                      
Dec  6 07:30:19 localhost klogd: eth1: unregister 'asix' usb-0000:00:1a.7-4, ASIX AX88772 USB 2.0 Ethernet                              
Dec  6 07:30:20 localhost ifplugd(eth1)[4497]: Failed to detect plug status of eth1                                                      
Dec  6 07:30:20 localhost ifplugd(eth1)[4497]: Exiting.                                                                                  
Dec  6 07:30:31 localhost klogd: usb 1-4: new high speed USB device using ehci_hcd and address 7                                        
Dec  6 07:30:32 localhost klogd: usb 1-4: New USB device found, idVendor=0b95, idProduct=7720                                            
Dec  6 07:30:32 localhost klogd: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec  6 07:30:32 localhost klogd: usb 1-4: Product: AX88x72A
Dec  6 07:30:32 localhost klogd: usb 1-4: Manufacturer: ASIX Elec. Corp.
Dec  6 07:30:32 localhost klogd: usb 1-4: SerialNumber: 000001
Dec  6 07:30:32 localhost klogd: eth1: register 'asix' at usb-0000:00:1a.7-4, ASIX AX88772 USB 2.0 Ethernet, 00:23:69:bf:53:05
Dec  6 07:30:32 localhost ifplugd(eth1)[4854]: ifplugd 0.28 initializing.
Dec  6 07:30:32 localhost klogd: eth1: link down
Dec  6 07:30:32 localhost ifplugd(eth1)[4854]: Using interface eth1/00:23:69:BF:53:05 with driver <asix> (version: 14-Jun-2006)
Dec  6 07:30:32 localhost klogd: ADDRCONF(NETDEV_UP): eth1: link is not ready
Dec  6 07:30:32 localhost ifplugd(eth1)[4854]: Using detection mode: SIOCETHTOOL
Dec  6 07:30:32 localhost ifplugd(eth1)[4854]: Initialization complete, link beat not detected.
« Last Edit: December 06, 2010, 07:35:13 AM by doctore »