OK. You need to do the following
Logon as root
Start a terminal window.
( the outut below is from my machine , yours will be different )
# /usr/X11/bin/scanpci
pci bus 0x0000 cardnum 0x00 function 0x00: vendor 0x10de device 0x005e
nVidia Corporation CK804 Memory Controller
pci bus 0x0000 cardnum 0x01 function 0x00: vendor 0x10de device 0x0050
nVidia Corporation CK804 ISA Bridge
pci bus 0x0000 cardnum 0x01 function 0x01: vendor 0x10de device 0x0052
nVidia Corporation CK804 SMBus
pci bus 0x0000 cardnum 0x02 function 0x00: vendor 0x10de device 0x005a
nVidia Corporation CK804 USB Controller
pci bus 0x0000 cardnum 0x02 function 0x01: vendor 0x10de device 0x005b
nVidia Corporation CK804 USB Controller
pci bus 0x0000 cardnum 0x06 function 0x00: vendor 0x10de device 0x0053
nVidia Corporation CK804 IDE
pci bus 0x0000 cardnum 0x07 function 0x00: vendor 0x10de device 0x0054
nVidia Corporation CK804 Serial ATA Controller
pci bus 0x0000 cardnum 0x08 function 0x00: vendor 0x10de device 0x0055
nVidia Corporation CK804 Serial ATA Controller
pci bus 0x0000 cardnum 0x09 function 0x00: vendor 0x10de device 0x005c
nVidia Corporation CK804 PCI Bridge
pci bus 0x0000 cardnum 0x0a function 0x00: vendor 0x10de device 0x0057
nVidia Corporation CK804 Ethernet Controller
When you have located you the line for your Ethernet contoller
Note down the vendor code ( 0x10de above ) and the device code
( 0x0057 above )
The you need to insert this data into the file /etc/driver_aliases
with an editor .
the /etc/driver_aliases file already has the entries below for realtek
gigabit ethernet You need to add your combination of vendor code
and device code to this list, by inserting a new line with your data.
( as an example the line derived from my data above for the nvidia gigabit is
:
nge "pci10de,0057" )
rge "pci10ec,8169"
rge "pci10ec,8168"
rge "pci10ec,8167"
rge "pci16ec,0116"
rge "pci10ec,8136"
rge "pciex10ec,8136"
then reboot the system with a reconfguration boot .
you do a reconfiguration boot this way :
Logon to the system as root , start a terminal window.
# touch /reconfigure
# shutdown -y -g0 -i6
and the system will reboot.
After this you should have a device entry in /dev/rge and /dev/rge0
# modinfo | grep rge
Should report that the rge driver is loaded.
Then all you need to do is to configure PPPOE
//Lars
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]