PDA

View Full Version : ip set up goes away everytime I reboot.....



fabiand
06-08-2004, 11:04 PM
Incredible....knoppix appears to works 100% running from de cd....but once installed I am experiencing problems with sound and ip set up. (a sound problem was posted on "hardware" forum)

I go to netcarconfig and set everthing needed...I get connected, I browse the net, send works to a local windos pc....all works fine...but once I shutdown the laptop and start it the next day...I have to configure everthing again....

By the way, compared to XP, knoppix runs very fast....

tortele
06-09-2004, 10:01 AM
itīs the autoconfigure of knoppix....

do this:


run "sudo netcardconfig" from a shell.

fill your values... after finished it tells you a shell setence:

"ifconfig something somthing something"

copy this string to the clipboard and open the file "/etc/init.d/networking" in your editor.

find the section that makes the "start" function.
at the end of the "start" section you find a line " echo"done."; "
paste the string from the clipboard right after this line and save the file.

you are done.

di di
06-09-2004, 01:34 PM
Thanks!...
Well, once again I realize that newbies, like me, will have to inteact with terminals...I īd rather go for windows-like interactions....you know there are more easy, but I agree in challenging the terminal and go for it.
Iīll see how to do this.
Thanks for the advice.




itīs the autoconfigure of knoppix....

do this:


run "sudo netcardconfig" from a shell.

fill your values... after finished it tells you a shell setence:

"ifconfig something somthing something"

copy this string to the clipboard and open the file "/etc/init.d/networking" in your editor.

find the section that makes the "start" function.
at the end of the "start" section you find a line " echo"done."; "
paste the string from the clipboard right after this line and save the file.

you are done.