Re: got GB-ethernet working! was "getting GB ethernet working with SLES 7"

2002-01-30 Thread John Summerfield
> Finally got there: > > echo 'noauto,0x,0xedff' >> /etc/chandev.conf > echo 'noauto,0xee03,0x' > /etc/chandev.conf > echo 'add_parms,0x10,0xee00,0xee02,portname:OSA1' > /etc/chandev.conf > echo 'qeth0,0xee00,0xee01,0xee02' > /etc/chandev.conf > modprobe qeth Did this really do the job? I

Re: got GB-ethernet working! was "getting GB ethernet working with SLES 7"

2002-01-30 Thread Willem Konynenberg
"Rob van der Heij" wrote: > > Hmm. You need to spend a few minutes learning some basic vi commands. > > Creating .conf files with echo is certainly feasible, but not very > > desirable! > > Tee hee... when you're trying to load the qeth that is probably because > you don't have a network connecti

Re: got GB-ethernet working! was "getting GB ethernet working with SLES 7"

2002-01-30 Thread Pete Zaitcev
> echo 'noauto,0x,0xedff' >> /etc/chandev.conf > echo 'noauto,0xee03,0x' > /etc/chandev.conf > echo 'add_parms,0x10,0xee00,0xee02,portname:OSA1' > /etc/chandev.conf > echo 'qeth0,0xee00,0xee01,0xee02' > /etc/chandev.conf > modprobe qeth Surely it's backwards: echo 'noauto,0x,0xedff'

Re: got GB-ethernet working! was "getting GB ethernet working with SLES 7"

2002-01-30 Thread Rob van der Heij
> Hmm. You need to spend a few minutes learning some basic vi commands. > Creating .conf files with echo is certainly feasible, but not very > desirable! Tee hee... when you're trying to load the qeth that is probably because you don't have a network connection, and cannot use vi even if you kne

got GB-ethernet working! was "getting GB ethernet working with SLES 7"

2002-01-30 Thread John P Taylor
Finally got there: echo 'noauto,0x,0xedff' >> /etc/chandev.conf echo 'noauto,0xee03,0x' > /etc/chandev.conf echo 'add_parms,0x10,0xee00,0xee02,portname:OSA1' > /etc/chandev.conf echo 'qeth0,0xee00,0xee01,0xee02' > /etc/chandev.conf modprobe qeth Cheers, -- John P Taylor Linux & VM Syste