LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 08-13-2005, 04:36 PM   #16
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled

With the power, what happens if you do

# modprobe apm

and then try to shut down?
 
Old 08-13-2005, 05:32 PM   #17
lonestar_1
LQ Newbie
 
Registered: Aug 2005
Location: USA*
Posts: 19

Original Poster
Rep: Reputation: 0
hi all

k, now that i downloaded the driver for this onboard ethernet card,
can someone link me to a install guide/or tell me how i go
about installing this network device driver ,its a .tar.gz file

i dont know how to install the driver ,



thanks all
 
Old 08-13-2005, 05:40 PM   #18
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
The power problem sounds ACPI related. You should be able to fix it by removing any mention of acpi from the line of options in /boot/grub/menu.lst that is passed to your kernel at boot time.
 
Old 08-13-2005, 06:19 PM   #19
volvogga
Member
 
Registered: Aug 2004
Location: MI, USA
Distribution: Fedora Core 3
Posts: 137

Rep: Reputation: 15
Here is Intel's readme.txt file for the driver....

ftp://aiedownload.intel.com/df-suppo.../ENG/e1000.txt

Looks pretty straight forward.
 
Old 08-13-2005, 08:35 PM   #20
lonestar_1
LQ Newbie
 
Registered: Aug 2005
Location: USA*
Posts: 19

Original Poster
Rep: Reputation: 0
hi all

i need more help than that, i can extract the file.
ive tried the run command like they show it to no result.
ive tried the terminal console.

ive tried run command on root.

hell this is driving me crazy,lol

i need step by step,lol

thanks all
 
Old 08-14-2005, 01:11 AM   #21
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Those instructions are step by step. What do you mean by, "they show it to no result"? Surely there must be something when you run "make install".
 
Old 08-14-2005, 03:14 AM   #22
lonestar_1
LQ Newbie
 
Registered: Aug 2005
Location: USA*
Posts: 19

Original Poster
Rep: Reputation: 0
hi all

i dont know how to install the driver ...(the file i DL'Ed)

"What do you mean by, "they show it to no result"? Surely there must be something when you run "make install"."

"when i goto run and try to execute driver nottin happens..(meaning the file )...............
"when i goto terminal progam and try to execute driver nottin happens..(meaning the file)"


to all

im new to linux.. suse is the only thing thing ive been able to load on my PC's....
and on this #3 pc i dont have internet.. i need to know how to load the driver for the onboard ethernet card..

some one tell how to do it...step by step


thanks all

PS, spoon feed me ,, dang ill get the hang of it if U show me....................
 
Old 08-14-2005, 03:12 PM   #23
volvogga
Member
 
Registered: Aug 2004
Location: MI, USA
Distribution: Fedora Core 3
Posts: 137

Rep: Reputation: 15
I guess that I can understand your problem if you are not used to or uncomfortable with the command line, so start by opening the terminal.

Next you should become the root. To do this type...

su -

You will then be prompted for your administrator (root) password. Enter it, and you should see the prompt turn from a $ to a # (or was it the other way around.... well, you get the idea).

Now you need to find the downloaded file. Use the command (no quotes) "whereis e1000*". It is most likely in your home directory somewhere, so the output will probably be "/home/[your user name]/***". So now enter the command "cd /whatever the file is/". This will bring you to to the subdirectory (they're called folders now...*sigh*) that the file is located in. Test this by typing "ls e1000*" and make sure the output contains your driver file.

This is where you will start to really follow the directions of the README file. The file that you dl'ed is a compressed tarball, which means that it's a bunch of files all packed and shrunk into one file. The "tar zxf e1000-x.x.x.tar.gz" (replace the *'s with the numbers on the file, should be 4.3.15) command will unpack the tarball. After that is done, using the "ls" command ("ls|more" if necessary) should show that you now have a new subdirectory called 'e1000-*.*.*'.

Now go to that directory with "cd e1000-*.*.*/". Once there, move again to the scr subdirectory with "cd src/". Now the fun part. Run the command "make install" and hope everything works. If it doesn't, post the errors and well see if a solution is available. If it does work, on to the next step.

Next the README says to install the module. So enter the command "insmod e1000". I don't think that you need to include the parameters (should have a default) and such, unless you need some special setup, in which case the README has that information to include at the end of the command.

Now here is where I am not sure what you should do. The README says to use "ifconfig" and assign yourself an IP address, but, someone correct me if I am wrong, doesn't SUSE's YAST program like to set that part up. Besides, it sounds like your router is assigning your computers a IP address (did you set the addresses on the others yourself?), so wouldn't YAST be better at setting that aspect up? I have no idea what you should do here, so you will have to wait and see if someone else knows, or pick a method of continuing at this point and go for it.

All that is left is to test your network and verify that it is working (as far as I know that is all thats left anyway). Good luck.
 
Old 08-15-2005, 08:17 AM   #24
lonestar_1
LQ Newbie
 
Registered: Aug 2005
Location: USA*
Posts: 19

Original Poster
Rep: Reputation: 0
hi all


ty volvogga for those instructions , these are exactly the instructions i needed.

now this is what i done and the ERROR i get

i made a folder in home called e1000 first.

opened terminal keyed in su -
entered pw
keyed in cd /home/user/e1000
keyed tar zxf e1000-5.0.43.tar.gz
keyed cd e1000-x.x.x/src/
keyed make install
i get this error makefile :65: ***Linux kernel source not found. stop***


and if i key in rpmbuild -tb e1000-5.0.43.tar.gz
i get this error *** cannot open file '/etc/red-hat/release' for reading (no such file or directory)

i dont know wher e to go from here.

thanks all
 
Old 08-15-2005, 07:53 PM   #25
volvogga
Member
 
Registered: Aug 2004
Location: MI, USA
Distribution: Fedora Core 3
Posts: 137

Rep: Reputation: 15
Okay.... it looks like the first error is the easier of the two to solve (the second, to me anyway, looks like it is Redhat/Fedora specific, so lets see if that option can be ignored for now), so lets go with that one. I think that there is only two possible causes for this error. The first would be that your source code for the kernel is not installed, and the second would be that the makefile is not looking in the right place for the source code.

I would guess that the first cause is the more likely one. From the googleing that I did, it looks like all you have to do in SUSE is startup YAST, go to some add/remove applications kind of area, and tell it to install the kernel development packages and the kernel packages. Once this is done, try to install the driver again.

If that doesn't work, then perhaps the kernel source is located in a different place on your system than the makefile is looking. The info I found said that is should be in /usr/src/linux/ directory. The looks to me to be configured to look in this directory (I dl'd the file and took a look). If your source is somewhere else, then you will have to locate it on your system (need a SUSE user's input on this one) and then add the path to that file to the makefile (open the makefile in a text editor and go about a quarter down the file to find the part about where to look for the source).

I hope that this helps. I don't know the exact steps you will need to follow to do either of these tasks. Can a SUSE user clarify, fix, add to, and/or OK these instructions for me?
 
Old 08-19-2005, 06:31 AM   #26
lonestar_1
LQ Newbie
 
Registered: Aug 2005
Location: USA*
Posts: 19

Original Poster
Rep: Reputation: 0
hi all

i tried and got this error now

makefile 111****linux kernel source not configured - missing config.h stop.

this is after installing kernel development packages in Yast 2.
i dont see anything else in yast 2 to the mention of kernel, so i havent installed any other packages.

im still stuck
 
Old 08-21-2005, 03:58 PM   #27
volvogga
Member
 
Registered: Aug 2004
Location: MI, USA
Distribution: Fedora Core 3
Posts: 137

Rep: Reputation: 15
Lone_star,

Sorry about not replying for a few days, been busy.
Anyway, I may have found a solution to your problem. Only problem is that it sounds a bit dangerous. Seems that it is possible to generate that missing file yourself (along with another file called version.h) by going to the directory that contains your source code, making sure that there is a file there called .config, and then running the command 'make oldconfig' (this is all done as root, of course).

Here is the source of this information for your own review...

http://www.traverse.com.au/downloads...dslengine.html
http://mailman.lug.org.uk/pipermail/...ly/000820.html

I also came upon this site...

http://www.winsystems.com/resources/...l/ldistrib.txt

that talks about having your problem on an older version of SUSE. The solution they give is to install a new kernel (personally, I don't see that as a valid option for installing one driver, but...), or download a "new kernel tree package
supplied by SuSE." I looked for a little while, but I couldn't find what this "kernel tree package" was or where you can get it from. If I did find it (or if you can find it), I think that I would recommend this solution over the previous one.

If anyone has any better solutions, can back-up the first solution I found, or knows where to get the "kernel tree package", please post. I feel like I'm shooting in the dark with my advice here, as the information is all from the internet with a little deductive reasoning from me, but with no real experience on my part with messing with the kernel. I don't want anyone's system to be destroyed (although, I have no problem with destroying my own...).
 
Old 08-26-2005, 12:29 PM   #28
lonestar_1
LQ Newbie
 
Registered: Aug 2005
Location: USA*
Posts: 19

Original Poster
Rep: Reputation: 0
ty volvogga,

i finally gave up, i put a tread in the network forum and none could help..

i went and bought a lynksys ethernet card, same one as my other pc with suse, reinstalled suse and the card was picked up right away.

i did nt want to give up on suse, since it was the only linux distro that i was able to load on my pc's.

now, being a rookie to linux, it will take a while to learn,
linux i find not to be user friendly like windows.


ty all
 
Old 08-26-2005, 01:32 PM   #29
ieduarte73
Member
 
Registered: Aug 2005
Location: Guatemala
Distribution: OpenSUSE 10.3 / FC 8 / Ubuntu 7.10 (Gutsy Gibbon)
Posts: 34

Rep: Reputation: 15
You may want to try this

I had the same issue with WinXP and FC4, today on this very same forum someone gave me the answer, which i already tried and worked like a charm.

First of all you have to make your LINUX HD the primary HD, this makes winxp your slave or secondary HD.

Install Linux on your 30GB HD (as primary), whenever you are asked to setup GRUB make sure GRUB installs on the Boot Partition of your LINUX HD (not on the MBR !!!), and name the second OS (which LINUX will recognize as Other) "Win XP" or whatever works for you.

After the LINUX is installed edit the /etc/grub.conf, and under the [Windows] section add the following lines:

map (hd0) (hd1)
map (hd1) (hd0)

This will trick WinXP making it believe it is running on the primary drive (which it loves) and allowing you to have dual boot on your PC.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
configuring grub-dual boot debian winXP different HD's tshontikidis Linux - Newbie 1 07-14-2005 04:46 AM
dual boot, two master hd's roccoisskad Mandriva 2 07-06-2004 01:39 PM
Accessing different HD's on a dual-boot system kkj Linux - Newbie 5 04-11-2004 12:55 PM
Dual Boot Xp Linux Seperate HD's JREAMER Linux - General 5 06-21-2003 01:41 PM
Dual Boot Linux and XP on two seperate HD's jimippa Linux - Software 6 02-28-2002 03:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:54 AM.

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