Trouble preparing HD for slackware 11 install HELP!
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,634
Rep:
Quote:
Originally Posted by Lypur
hmmm, interesting, i tried rebooting, and when i came back in, typed ifconfig, and the eth0 was gone, so i reloaded it, it's back up again. Still no browser access to the web....
First: Good that your card is seen
You could put a line to load it at the end of /etc/rc.d/rc.local - I don't know why it has problems loading it in the normal boot process, but it would be at least a workaround so you don't have to type it by hand everytime. Put all commands you needed at the end of that rc.local.
If your card is detected and you restarted rc.inet1 and rc.inet2 you have an address now (don't remember from which one DHCP is done). Is it the same if you start firefox and try to reach a website? From what I know nothing else is needed to use the internet connection that is provided by a router ...
You could put a line to load it at the end of /etc/rc.d/rc.local - I don't know why it has problems loading it in the normal boot process, but it would be at least a workaround so you don't have to type it by hand everytime. Put all commands you needed at the end of that rc.local.
I don't understand...by add a couple lines? What exactly should i put down?
Also...it's strange suddenly my soundcard stopped working, when i load startx as "root" or "andrew" it comes up with a message at start up
Code:
Sound server information message:
Error while initializing the sound driver:
device: default can't be opened for playback (nosuch file for directory)
The sound server will continue, useing the null output device
Hey i was wondering, do you have MSN messenger by any chance? I'm sure that would be MUCH faster then these forums.
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,634
Rep:
Quote:
Originally Posted by Lypur
I don't understand...by add a couple lines? What exactly should i put down?
For example "modprobe e100". DHCP is called in rc.inet1. So if you wanted to be on the safe side you could add these two lines (as root, with any text editor) to /etc/rc.d/rc.local:
#!/bin/sh
#
#/etc/rc.d/rc.local: Local system initialization script.
#
#Put any local startup commands in here. Also, if youhave
#anything that needs to be run at shutdown time you can
#make an /etc/rc.d/rc.local_shutdownscript and put those
#commands in there.
so just to get this right, i'd put them here**
Code:
#!/bin/sh
#
#/etc/rc.d/rc.local: Local system initialization script.
#modprobe e100 /etc/rc.d/rc.inet1 restart
#Put any local startup commands in here. Also, if youhave
#anything that needs to be run at shutdown time you can
#make an /etc/rc.d/rc.local_shutdownscript and put those
#commands in there.
like this?
I also found that adding
"/etc/rc.d/rc.inet2 restart" seemed to work.
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,634
Rep:
Quote:
Originally Posted by Lypur
Code:
#!/bin/sh
#
#/etc/rc.d/rc.local: Local system initialization script.
#
#Put any local startup commands in here. Also, if youhave
#anything that needs to be run at shutdown time you can
#make an /etc/rc.d/rc.local_shutdownscript and put those
#commands in there.
like this?
Nearly. All lines starting with # are comments and are not executed at all. Create two extra lines at the bottom without the leading #
ADDRCONF (NETDEV_UP): eth0: link is not ready
e100: eth0: e100_watchdog: link up 100Mbps, full-duplex
ADDRCONF (NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
so what do you think that ment?
(also where should i stick that text in the rc.local file
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.