DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Just tried the sarge netinst.iso and am unable to get DHCP working during
install. I skipped the network setup and installed the base system. I know I got DHCP on other distors working. Is there some way to configure this, but then DHCP should be just there right?
Thanks
First, check out if "ifconfig" command lists eth0 in its output.
Then try (as root) "etherconf" command. (I'm not sure if etherconf is included in the base system installation.)
Alternatively, you can manually edit the network config files.
/etc/network/interfaces:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
/etc/resolv.conf:
nameserver xxx.xxx.xxx.xxx
You need to replace xxx.xxx.xxx.xxx with your DNS address. If you've got two DNS addresses, just add a second line below the first using similar format.
Tried this to no avail.
I wonder if I should go with a stable install. I think there is a bug with the test release and DHCP.
I imagine a stable .iso will give me everything other than the 2.6 kernel option, which I don't want anyway.
Can I just use the smallext net install? rather than the giant siize isos? the software after apt will all be the same as the sarge test right?
Forgot to mention that you need to restart networking for the changes to take effect. If unsure how to do this, just reboot. Then check (as root) with "ifconfig" command whether eth0 accepts packets.
If still no joy, check that there are no typos in the config files.
The older net installes don't seem to give me the reiser kernel option so I would like to try sarge test.
I just got the mini. net iso of test and will try again from scratch.
Note that the older Debian 3 isos of net install seem to wrk, but give me no kernel option.
Woody installer generally uses 2.2 kernel that doesn't support reiserfs but, if I remember correctly, installation CD 5 contains bf2.4 kernel that allows you to create and use reiserfs partitions.
Of course, Sarge installer has much better hardware support -- if you only manage to get it working. Anyway, good luck!
Success.
I went with the original Sarge Test installer, but this time set bios to failsafe just in case.
DHCP works and I am now installing with Apt 650M of packages.
My soyo mobo Dragon Ultra has an onboard Lan, but was enabled before so I am not sure what failsafe did. Maybe ports/or hardware order.
Will check when I get back
Thanks FOR THE HELP dEAD pARROT.
having run a debian sarge b4, i know its a pain to get it up and running and all...
so i'll post my cable dialer up and hope it solves problems for other users.
route add default gw $NEWGW
route del default gw $CABLEGW
echo nameserver 194.90.1.5 > /etc/resolv.conf
Notes
Setup:
Required:
ppp package installed,
NIC driver (eth0/1/2...) configured to get the IP & DNS info from DHCP client !
(that is usually done in GUI\config files), some older\odder distro's have no DHCP client,
or the client doesn't have the lease files located where the scripts usually expect,
on such systems the gateway can be set in the script' "CABLEGW" variable manually...
it is the def. gateway IP in this case & can be taken from 'route' (-n) command output -
in the "default" line it is the IP in "Gateway" tab.
1: unpack ('tar -zxvf ...'), this will create a directory - "nvc" with the script & files needed
2: edit the '/etc/ppp/pap-secrets' - add a new line with "user" * "passwd" (with your info, quotes needed)
3: run - e.g. './cablestart.v021 username eth0' output is obscure, check your configuration if something fails.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.