View previous topic :: View next topic |
Author |
Message |
dr_s99 n00b
Joined: 17 Apr 2006 Posts: 42
|
Posted: Sun Jul 16, 2006 10:16 pm Post subject: Gentoo on Asus W3 help:D |
|
|
Hello,
I have a Asus w3 laptop and i have installed gentoo on it, but i'm facing couple of problems!
1) the wireless card doesn't work
Code: |
02:02.0 Network controller: Intel Corporation PRO/Wireless 2915ABG Network Connection (rev 05)
|
lspci
Code: |
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 04)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)
02:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3)
02:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 08)
02:01.2 Class 0805: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 17)
02:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 08)
02:02.0 Network controller: Intel Corporation PRO/Wireless 2915ABG Network Connection (rev 05)
|
How can i get the wireless working? i have tried getting ipw2200 and the firmware, when do modprobe ipw2200 i get this in dmesg
Code: |
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.3mprq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ACPI: PCI Interrupt 0000:02:02.0[A] -> GSI 17 (level, low) -> IRQ 17
ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection
ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
ipw2200: Unable to load firmware: -2
ipw2200: failed to register network device
ACPI: PCI interrupt for device 0000:02:02.0 disabled
ipw2200: probe of 0000:02:02.0 failed with error -5
|
also when i do ifconfig -a i get this
Code: |
eth0 Link encap:UNSPEC HWaddr 00-E0-18-00-03-35-11-E1-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
eth1 Link encap:Ethernet HWaddr 00:13:D4:52:26:23
inet addr:192.168.1.101 Bcast:255.255.255.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:315 errors:0 dropped:0 overruns:0 frame:0
TX packets:233 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:44243 (43.2 Kb) TX bytes:32123 (31.3 Kb)
Interrupt:20 Memory:fbffc000-0
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:400 (400.0 b) TX bytes:400 (400.0 b)
|
I don't get what eth0 is, and when i do /etc/init.d/net.eth0 start i get this:
Code: |
* 'modprobe yenta_socket' failed
* Trying alternative PCIC driver: i82365
* Starting pcmcia ...
cardmgr[23188]: no pcmcia driver in /proc/devices
* cardmgr failed to start. Make sure that you have PCMCIA
* modules built or support compiled into the kernel [ !! ]
* Starting eth0
* Bringing up eth0
* dhcp
* Running dhcpcd ...
Error, dhcpStart: interface eth0 is not Ethernet or 802.2 Token Ring
[ !! ]
|
2) How can i change the resolution of the screen, its stuck at 1024x768 ?
3) is there any way i could get the scroll on the touchpad working and how about the extra(quick) buttons on the laptops?
thank you
dr_s99 |
|
Back to top |
|
|
Monkeh Veteran
Joined: 06 Aug 2005 Posts: 1656 Location: England
|
Posted: Sun Jul 16, 2006 10:56 pm Post subject: |
|
|
Your eth0 is firewire. |
|
Back to top |
|
|
dr_s99 n00b
Joined: 17 Apr 2006 Posts: 42
|
Posted: Mon Jul 17, 2006 1:49 am Post subject: |
|
|
also i wanted to get the sound working so i enabled the alsa support in the kernel and then emerged alsa-driver and alsa-tool and i added alsa to default (using rc-update) and i restarted the computer !
now when i open either mplayer or xmms and try to play a mp3 the players just freez... and if i push Ctrl+alt+backspace the whole system freezes!
any idea why this is happening? and i'm still having problem getting the wireless going! |
|
Back to top |
|
|
|