Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Installing Drivers In Ubuntu(hardy Heron)
kudmus
post Jul 22 2008, 05:48 PM
Post #1


Premium Member
********

Group: [HOSTED]
Posts: 184
Joined: 22-April 08
From: Harare, Zimbabwe
Member No.: 61,160



I am a newbie who just installed Ubuntu Studio 8.04. I can't see network directories and everything that is not on my machine so I just thought it was the network drivers.

I tried to install my pro 100VM drivers. I was trying to follow the Readme supplied by intel on how to install but I got stuck where it said I have to compile the "make install" I have attached the read me so thst you can see the instructions and give me a dummies guide to installing this thing. Tell me what you wouldn't tell someone who is computer litterate because I think this readme assumes I have some Linux knowledge. Is this the correct file to begin with? Does anyone know where I can get the drivers and install them in a way that is easier for me.

Attached File  README_linux_pro100.txt ( 10.35k ) Number of downloads: 5


Go to the top of the page
 
+Quote Post
truefusion
post Jul 22 2008, 08:47 PM
Post #2


Ephesians 6:10-17
Group Icon

Group: [MODERATOR]
Posts: 1,917
Joined: 22-June 05
From: The World of Gentoo
Member No.: 8,528



If you posted this topic via your Intel pro 100VM device, then it is not a driver issue. You may want to consider Samba for networking multiple computers that have different operating systems installed.

But, yes, the readme assumes you know how to use the terminal.
Go to the top of the page
 
+Quote Post
kudmus
post Jul 22 2008, 11:18 PM
Post #3


Premium Member
********

Group: [HOSTED]
Posts: 184
Joined: 22-April 08
From: Harare, Zimbabwe
Member No.: 61,160



It is actually a driver problem. I had to switch back to my XP to browse the internet. I did the same thing with Gusty( Dual booting with XP) but I left Gusty because I failed to to configure it to get internet. I could browse the internet because I could manually change the settings in the browser but the system was not getting anything. It kept giving me the error messages telling me I had no internet conection. This time there is absolutely nothing. I can't even see network folders like I would in Ubuntu7.10
Go to the top of the page
 
+Quote Post
omarteacher
post Jul 23 2008, 01:54 PM
Post #4


Newbie
*

Group: Members
Posts: 4
Joined: 23-July 08
Member No.: 65,400



Some softwares need to get internet connection to be installed online..and also try if you have the CD and install drivers.
Go to the top of the page
 
+Quote Post
truefusion
post Jul 23 2008, 03:27 PM
Post #5


Ephesians 6:10-17
Group Icon

Group: [MODERATOR]
Posts: 1,917
Joined: 22-June 05
From: The World of Gentoo
Member No.: 8,528



QUOTE(kudmus @ Jul 22 2008, 07:18 PM) *
It is actually a driver problem. I had to switch back to my XP to browse the internet. I did the same thing with Gusty( Dual booting with XP) but I left Gusty because I failed to to configure it to get internet. I could browse the internet because I could manually change the settings in the browser but the system was not getting anything. It kept giving me the error messages telling me I had no internet conection. This time there is absolutely nothing. I can't even see network folders like I would in Ubuntu7.10

Well, to install the driver according to the readme you have to navigate to where you extracted the driver, in the terminal. One easy way to do this is by navigating to where the folder is through GNOME's file manager, then right clicking on the folder in the file manager and choose "Open terminal here." If that option isn't available, then open up the terminal through the applications menu (should be under either accessories or system). You have to use the cd command to navigate to it (assuming it is extracted in your home directory):
CONSOLE
cd ~/path/to/e100-<x.x.x>/src/
Replace <x.x.x> with the version number (hitting tab after typing out "e100" should do it for you).

Once in, type this in the terminal:
CONSOLE
sudo make install
It'll ask for your password here.

Once it is finished, to load the module into the kernel, you type in:
CONSOLE
sudo modprobe e100
If it fails, consult the ldistrib.txt file that came with the driver, as the file may have to be moved.

I'm going to leave steps 6 and 7 to you. The readme has some information concerning make errors which you may be interested in.
Go to the top of the page
 
+Quote Post
kudmus
post Jul 28 2008, 08:59 AM
Post #6


Premium Member
********

Group: [HOSTED]
Posts: 184
Joined: 22-April 08
From: Harare, Zimbabwe
Member No.: 61,160



Thanks Truefussion.
I'm still experiencing problems though. I tried to make install the drivers and this is what I got:

QUOTE
rare@DaLabz:~$ cd /media/sdb5/Avail/e100-3.5.17/src
rare@DaLabz:/media/sdb5/Avail/e100-3.5.17/src$ sudo make install
[sudo]password for rare:
Makefile:65: *** Linux kernel source not found. Stop.
rare@DaLabz:/media/sdb5/Avail/e100-3.5.17/src$


I sent this to guys who made the drivers and one they just made everything uglier for a newbie like me. They replied:

QUOTE
Why do you believe you need an updated e100? The 8.04 Ubuntu kernel
(version 2.6.24) should have the right driver.

Can you send lspci so we can figure out what device you have and what
driver you need?

What does the output of the dmesg command say when you sudo
/sbin/modprobe e100 ?

Yes, the file on e1000.sf.net for e100 is old because all maintenance of
that driver has moved to the kernel. I would expect that e100-3.5.17
won't even compile on 2.6.24, but in any case you don't need it if you
already have 2.6.24.


Now how do I prepare the lspci and send them? If anyone can simplify this reply for a newbie, I'll appreciate that?
Go to the top of the page
 
+Quote Post
truefusion
post Jul 28 2008, 04:11 PM
Post #7


Ephesians 6:10-17
Group Icon

Group: [MODERATOR]
Posts: 1,917
Joined: 22-June 05
From: The World of Gentoo
Member No.: 8,528



QUOTE(kudmus @ Jul 28 2008, 04:59 AM) *
Now how do I prepare the lspci and send them? If anyone can simplify this reply for a newbie, I'll appreciate that?

The Kernel source should be in Ubuntu's repository, but if they say version 2.6.24 of the Kernel has built-in support for your device, then i guess you can forget about the drivers. To send them an output of lspci, simply type this in the terminal:
CONSOLE
lspci >> ~/lspci.txt

That will create a text file called lspci.txt in your account's profile with everything that lspci outputted. If you do no have lspci installed, the system may inform you of that and tell you what programs specifically to install. After installing it, run the command again, if you did not already have the program installed. Then you can just send them the text file as an attachment. Just first make sure there is some information in the text file before sending.

To answer their second question, run:
CONSOLE
sudo modprobe e100

If there's an error, you may want to write it down.

After running that, to see if it is loaded into the Kernel (i'm assuming this is what they're asking for), you run:
CONSOLE
dmesg | grep e100

I'm running Gentoo, and when i do that last command, i get the following output (just to show you an example):
CONSOLE
$ dmesg | grep e100
Allocating PCI resources starting at e1000000 (gap: e0000000:10000000)
e100: Intel® PRO/100 Network Driver, 3.5.23-k4-NAPI
e100: Copyright© 1999-2006 Intel Corporation

(Note: the dollar sign is a terminal prompt, where you type commands at.)

If you do not get any output, then run:
CONSOLE
dmesg >> ~/dmesg.txt
and send them that as well.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How Do I Switch From Gnome To Kde?(6)
  2. Error Installing Windows Xp -error 7 Ntkrnlmp.exe(11)
  3. Installing Linux On My Laptop(3)
  4. Linux Help Please !(8)
  5. Share Experience Of Ubuntu Linux(19)
  6. Ubuntu Feisty Linux With Different(3)
  7. Will Ubuntu Run On My System?(12)
  8. Install Xampp In Ubuntu Fiesty(5)
  9. Gaming In Win2k, Programming In Ubuntu(3)
  10. Ms Fonts In Ubuntu(1)
  11. Wubi: Install Ubuntu With A Single Click From Windows(11)
  12. [review] With Ubuntu 7.04(3)
  13. Broadband Internet Connection(5)
  14. Ubuntu Linux As Free Operating System Alternative(47)
  15. Widescreen Resolutions In Ubuntu 7.04(4)
  1. What Is Ubuntu ?(10)
  2. Ubuntu Themes(4)
  3. Vista Restarts After Installing Daemon Tools(4)
  4. Installing Compiz Fusion Onto Ubuntu Linux 7.10 (ati Graphics Card)(0)
  5. Ubuntu All The Way!(32)
  6. Some Help With Ubuntu!(1)
  7. Installing Windows Xp On A Sata Enabled Desktop/notebook Computer.(2)
  8. Connecting To The Internet On Ubuntu(8)
  9. Problems With Ubuntu 7.10(4)
  10. Ubuntu 7.10 Boot Issues(5)
  11. Windows - Ubuntu(6)
  12. Windows Xp & Ubuntu’s Cold War(5)
  13. Wireless Lan Network Card Driver Installation On Linux Ubuntu 8.04!(3)