You are not logged in.

#1 2009-10-05 17:33:55

kirothi
Member
Registered: 2009-10-04
Posts: 14

[SOLVED] Acer Aspire One D250 LAN not detected.

Hi guys,

Cant seem to find anyone on the net that has the same problem as me, but here it goes.

I have a Acer Aspire One D250, Id really like to run linux on it. There are dozens of posts on the web explaining you need to install the drivers from the Atheros site because the output of lspci is wrong.

Well, the problem that i am having with Arch is that lspci doesnt even show my network card, and as soon as i boot, the light on the physical card turns on, but never goes off (almost like it hangs...)

Ive included the output of Arch's lspci where its not visible, and the output of the ubuntu live netbook remix where it is visible just as the wrong name.

Its almost like arch wants to load the wrong driver and then the card just freezes.... but i dont know, im not a fiull blown linux expert...

Hope someone can help me because its driving me crazy.

This is the output from the arch lspci:

# lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
01:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)

This is the output from the ubuntu netbook remix lspci:

lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
01:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
03:00.0 Ethernet controller: Attansic Technology Corp. Device 1062 (rev c0)

Last edited by kirothi (2009-10-09 08:40:23)

Offline

#2 2009-10-06 19:24:31

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: [SOLVED] Acer Aspire One D250 LAN not detected.

I would suggest trying the 2.6.31 kernel from testing. It has updated drivers which work on eeepc 1005HA, which also had these problems with 2.6.30.

Offline

#3 2009-10-07 15:22:38

kirothi
Member
Registered: 2009-10-04
Posts: 14

Re: [SOLVED] Acer Aspire One D250 LAN not detected.

Kernel Installed from the testing repo, now im getting the following build errors:

# make install
make -C /lib/modules/2.6.31-ARCH/build SUBDIRS=/root/atheros_ln_driver/src modules
make[1]: Entering directory `/usr/src/linux-2.6.31-ARCH'
  CC [M]  /root/atheros_ln_driver/src/at_main.o
/root/atheros_ln_driver/src/at_main.c: In function 'at_request_irq':
/root/atheros_ln_driver/src/at_main.c:262: warning: passing argument 2 of 'request_irq' from incompatible pointer type
include/linux/interrupt.h:116: note: expected 'irq_handler_t' but argument is of type 'void (*)(int,  void *)'
/root/atheros_ln_driver/src/at_main.c: In function 'at_probe':
/root/atheros_ln_driver/src/at_main.c:343: warning: 'DMA_nnBIT_MASK' is deprecated
/root/atheros_ln_driver/src/at_main.c:344: warning: 'DMA_nnBIT_MASK' is deprecated
/root/atheros_ln_driver/src/at_main.c:347: warning: 'DMA_nnBIT_MASK' is deprecated
/root/atheros_ln_driver/src/at_main.c:348: warning: 'DMA_nnBIT_MASK' is deprecated
/root/atheros_ln_driver/src/at_main.c:392: error: 'struct net_device' has no member named 'open'
/root/atheros_ln_driver/src/at_main.c:393: error: 'struct net_device' has no member named 'stop'
/root/atheros_ln_driver/src/at_main.c:394: error: 'struct net_device' has no member named 'hard_start_xmit'
/root/atheros_ln_driver/src/at_main.c:395: error: 'struct net_device' has no member named 'get_stats'
/root/atheros_ln_driver/src/at_main.c:396: error: 'struct net_device' has no member named 'set_multicast_list'
/root/atheros_ln_driver/src/at_main.c:397: error: 'struct net_device' has no member named 'set_mac_address'
/root/atheros_ln_driver/src/at_main.c:398: error: 'struct net_device' has no member named 'change_mtu'
/root/atheros_ln_driver/src/at_main.c:399: error: 'struct net_device' has no member named 'do_ioctl'
/root/atheros_ln_driver/src/at_main.c:403: error: 'struct net_device' has no member named 'tx_timeout'
/root/atheros_ln_driver/src/at_main.c:411: error: 'struct net_device' has no member named 'vlan_rx_register'
/root/atheros_ln_driver/src/at_main.c:414: error: 'struct net_device' has no member named 'poll_controller'
/root/atheros_ln_driver/src/at_main.c: In function 'at_io_error_detected':
/root/atheros_ln_driver/src/at_main.c:834: error: 'struct net_device' has no member named 'priv'
/root/atheros_ln_driver/src/at_main.c: In function 'at_io_slot_reset':
/root/atheros_ln_driver/src/at_main.c:857: error: 'struct net_device' has no member named 'priv'
/root/atheros_ln_driver/src/at_main.c: In function 'at_io_resume':
/root/atheros_ln_driver/src/at_main.c:884: error: 'struct net_device' has no member named 'priv'
make[2]: *** [/root/atheros_ln_driver/src/at_main.o] Error 1
make[1]: *** [_module_/root/atheros_ln_driver/src] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.31-ARCH'
make: *** [default] Error 2

again, no internet information available, although someone posted about editing the source file, but getting send and transmit errors once the driver was loaded into the kernel.

thanks for the help.

P.S. compiling this thing under ubuntu was no problem, and it worked instantly.

Offline

#4 2009-10-07 19:54:30

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: [SOLVED] Acer Aspire One D250 LAN not detected.

What are you trying to compile? Doesn't the driver supplied with the kernel work?

Offline

#5 2009-10-08 15:00:43

kirothi
Member
Registered: 2009-10-04
Posts: 14

Re: [SOLVED] Acer Aspire One D250 LAN not detected.

WOOT!

Ok, so what i was trying to compile was the atheros driver, but i didnt even test it with just plugging the cable in when i installed the new kernel.

I just did that and it works like a charm!!!!

Thanks ALOT!!

Offline

#6 2009-10-09 06:29:11

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: [SOLVED] Acer Aspire One D250 LAN not detected.

Glad to hear it's working now. Please mark the thread as 'solved'.

Offline

Board footer

Powered by FluxBB