LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-14-2005, 03:08 PM   #1
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Rep: Reputation: 32
knoppix start up


Yesterday I installed knoppix (using it now) and it is fine so far.
I have got all my hardware set up.
There is just one problem my broadband condition, only works if I run as
Code:
./knoppix-autoconfig
from /etc/init.d

Now obviously this is not ideal, anyway to fix this ?
 
Old 06-14-2005, 03:27 PM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Post /etc/network/interfaces
and as root
ifconfig
 
Old 06-16-2005, 05:06 PM   #3
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Code:
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback


iface dsl-provider inet ppp
     provider dsl-provider
# please do not modify the following line
     pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf

ifconfig (I removed my internet address).
Code:
eth0      Link encap:Ethernet  HWaddr 00:08:C7:C5:DA:FC
          inet addr:213.162.xxx.23  Bcast:213.162.121.255  Mask:255.255.255.0
          inet6 addr: fe80::208:c7ff:fec5:dafc/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1202 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1368 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:877349 (856.7 KiB)  TX bytes:243148 (237.4 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:100 (100.0 b)  TX bytes:100 (100.0 b)
Obviously all this is after running knoppix-autoconfig
 
Old 06-16-2005, 07:30 PM   #4
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
From knoppix FAQ;
Q: I have installed to my Hard Drive and how do I connect to internet using DHCP?

A: The harddisk-installed system is a "normal" Debian. You have to add the following lines to /etc/network/interfaces :

* auto eth0
* iface eth0 inet dhcp

re-start the network with /etc/init.d/networking restart to have the changes take effect.
here is the link;
http://www.knoppix.net/wiki/Network_..._using_DHCP.3F
 
Old 06-19-2005, 09:47 AM   #5
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Thanks that worked
 
Old 06-19-2005, 09:54 AM   #6
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
thanks for the update ...
 
Old 06-22-2005, 04:23 PM   #7
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Now it is not working

Bizarrely it does not work (although i can still manually start the internet)

Code:
root@linux:/etc/network# ls -ltr
total 12
-rw-r--r--  1 root root  45 May 11  2001 options
drwxr-xr-x  2 root root  48 May 15  2001 if-down.d
drwxr-xr-x  2 root root  48 Mar 22  2003 if-up.d
-rw-r--r--  1 root root   0 Jul 27  2004 ifstate.hotplug
-rw-r--r--  1 root root 166 Feb 22 23:32 interfaces-
drwxr-xr-x  2 root root  72 May 26 16:29 run
drwxr-xr-x  2 root root 176 May 30 17:18 if-pre-up.d
drwxr-xr-x  2 root root 144 May 30 17:18 if-post-down.d
-rw-r--r--  1 root root 375 Jun 18 17:13 interfaces
root@linux:/etc/network#

Interfaces
Code:
/etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback


iface dsl-provider inet ppp
     provider dsl-provider
# please do not modify the following line
     pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
       auto eth0
      iface eth0 inet dhcp
~
interfaces-

Code:
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback
 
Old 06-22-2005, 04:30 PM   #8
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Knoppix is running kudza each time you boot and it may overwrite the file each time.
 
Old 06-23-2005, 03:26 AM   #9
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
The file has not been over written as the lines I added stay there ie the file is not changed when I reboot.
However I would love to fix this because apart from this knoppix is a wonderful distribution. Installing hardware is a breeze, I am surprised that other debian based distro like Mephis have not used knoppix hardware installation tools.

I think that if Mephis was to use knoppix printer tools etc, it would be perfect.

Last edited by davholla; 06-23-2005 at 05:28 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i start linux (kde,knoppix,gnome) wakemeup Linux - Software 3 10-23-2005 10:07 AM
knoppix remastering error - kde won't start Cinematography Linux - Distributions 1 09-04-2005 06:50 PM
Knoppix bootable cd, but have to use floppy to start. EF-Tu Linux - Newbie 1 09-19-2004 12:30 PM
Slow Start Up for Knoppix KDE newinlinux Debian 7 01-12-2004 05:57 AM
Knoppix- X wont start sbilstein Linux - Software 8 08-09-2003 08:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration