You are not logged in.

#1 2011-02-19 18:23:10

exzR
Member
Registered: 2011-02-19
Posts: 2

Arch installation over Asus eeepc 1215p-b001w

hello guys smile i'm a new and im not english so my language is bad sad... i have a question that the wiki or forum cant resolved.
i have an Asus eeepc 1215p-b001w, i have created an usb boot with arch, start installation ( with base-devel and wireless-tool) and complete but when i try to do pacman -Syu internet doesnt work. my lspci | grep -i net show my ethernet and wireless device but nothing work and i dont found any answer... i try to update kernel, install kernel-netbook optimized but nothing

anyone can help me?? cuz i without internet i cant do nothing sad((



thank for your time

see you

Offline

#2 2011-02-19 19:29:27

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Arch installation over Asus eeepc 1215p-b001w

What does 'ifconfig -a' say?

Edit: If 1215p is like 1215n, I think I found the solution: https://bbs.archlinux.org/viewtopic.php?pid=870890
https://wiki.archlinux.org/index.php/As … n#Problems

The current arch linux iso (2010.05) contains an old kernel (2.6.33.4) so if you are using an AR8152, there is no Lan unless you update the kernel.

Last edited by karol (2011-02-19 19:43:39)

Offline

#3 2011-02-20 01:30:29

exzR
Member
Registered: 2011-02-19
Posts: 2

Re: Arch installation over Asus eeepc 1215p-b001w

ifconfig -a say only lo interface

and lspci | grep -i net:

Atheros Communications AR8152 v2.0 Fast Ethernet(rev c1)
Broadcom Corporation BCM4313 802.11/bg LP-PHY (rev 01)

Offline

#4 2011-02-20 01:38:11

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Arch installation over Asus eeepc 1215p-b001w

Try something like

[karol@black ~]$ lspci -vv | grep -A9 -i ethernet
02:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (LOM) Ethernet Controller (rev 81)
    Subsystem: IBM NetVista A30p
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 66 (2000ns min, 14000ns max), Cache Line Size: 32 bytes
    Interrupt: pin A routed to IRQ 20
    Region 0: Memory at c0100000 (32-bit, non-prefetchable) [size=4K]
    Region 1: I/O ports at 2000 [size=64]
    Capabilities: <access denied>
    Kernel driver in use: e100

The last line tells you what kernel module is used by that piece of hardware, here it's e100, so let's see if it gets loaded:

[karol@black ~]$ lsmod | grep e100
e100                   27295  0 
mii                     3198  1 e100

Yep, it's fine here.

Offline

#5 2011-02-20 02:23:27

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,538

Re: Arch installation over Asus eeepc 1215p-b001w

Please delete karol beat me to it

Last edited by skunktrader (2011-02-20 02:29:00)

Offline

Board footer

Powered by FluxBB