View previous topic :: View next topic |
Author |
Message |
AndreasMaier n00b
Joined: 16 Jun 2013 Posts: 2
|
Posted: Sun Jun 16, 2013 9:56 pm Post subject: iBook G3 LAN |
|
|
Hello,
I have a white iBook G3. But I have a problem with the installation. When I boot the install-powerpc-minimal-20120909.iso and type 'ifconfig' it only shows me the 'lo' interface. At 'net-setup eth0' it says 'Driver: gem'. I believe it is 'sungem'? I chose DHCP. But it didnt work. It shows only 'lo' at ifconfig.
I read somewhere that I need the 'bmac' driver. I dont know if it is true. How do I change it from 'gem' to 'bmac'?
I already did 'modprobe bmac'. |
|
Back to top |
|
|
gringo Advocate
Joined: 27 Apr 2003 Posts: 3793
|
Posted: Thu Jun 20, 2013 1:00 pm Post subject: |
|
|
well, i dont own an ibook but a powerbook and there i use the gem driver IIRC.
Just to be sure before providing more information, can we have the output of following commands : lspci and ifconfig -a ?
cheers |
|
Back to top |
|
|
AndreasMaier n00b
Joined: 16 Jun 2013 Posts: 2
|
Posted: Thu Jun 20, 2013 4:39 pm Post subject: |
|
|
Of course
Code: | 0000:00:0b.0 Host bridge: Apple Inc. UniNorth/Pangea AGP
0000:00:10.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV200 [Mobility Radeon 7500]
0001:10:0b.0 Host bridge: Apple Inc. UniNorth/Pangea PCI
0001:10:17.0 Unassigned class [ff00]: Apple Inc. KeyLargo/Pangea Mac I/O
0001:10:18.0 USB controller: Apple Inc. KeyLargo/Pangea USB
0001:10:19.0 USB controller: Apple Inc. KeyLargo/Pangea USB
0002:20:0b.0 Host bridge: Apple Inc. UniNorth/Pangea Internal PCI
0002:20:0e.0 FireWire (IEEE 1394): Apple Inc. UniNorth/Pangea FireWire (rev ff)
0002:20:0f.0 Ethernet controller: Apple Inc. UniNorth/Pangea GMAC (Sun GEM) (rev ff)
|
Code: | eth0 Link encap:Ethernet HWaddr 00:0a:95:e3:c5:a4
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)
Interrupt:41 Base address:0x7000
eth1 Link encap:Ethernet HWaddr 00:30:65:0e:7a:8b
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)
Interrupt:57
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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
|
|
|
Back to top |
|
|
gringo Advocate
Joined: 27 Apr 2003 Posts: 3793
|
Posted: Fri Jun 21, 2013 3:16 pm Post subject: |
|
|
that shows that you have at least 2 network interfaces but none of them is up. if you now type lspci -k it will show you which driver is attached to each device.
im just guessing, but eth0 might be the wlan interface and eth1 the ethernet one so that it would just as easy as using gentoos net-setup script to configure eth1.
cheers |
|
Back to top |
|
|
|