Add to Google

Installing Drivers In Ubuntu(hardy Heron)

free web hosting
Open Discussion > CONTRIBUTE > Computers > Operating Systems

Installing Drivers In Ubuntu(hardy Heron)

kudmus
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.

[attachment=1214:README_l...x_pro100.txt]


Comment/Reply (w/o sign-up)

truefusion
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.

Comment/Reply (w/o sign-up)

kudmus
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

Comment/Reply (w/o sign-up)

omarteacher
Some softwares need to get internet connection to be installed online..and also try if you have the CD and install drivers.

Comment/Reply (w/o sign-up)

truefusion
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.

 

 

 


Comment/Reply (w/o sign-up)

kudmus
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?

Comment/Reply (w/o sign-up)

truefusion
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.

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Recent Queries:-
  1. ubuntu hardy pentium 4 kernel - 10.61 hr back. (1)
  2. installing drivers ubuntu hardy - 52.61 hr back. (1)
  3. ubuntu installing intel e100 - 56.69 hr back. (1)
  4. update radeon 9000 driver on ubuntu 8.04 newbie - 74.99 hr back. (1)
  5. how to install intel drivers in ubuntu - 78.83 hr back. (1)
  6. dell d600 sigmatel audio ubuntu - 93.62 hr back. (1)
  7. installing internet drivers - 140.40 hr back. (1)
  8. ubuntu wireless drivers hardy heron - 140.52 hr back. (1)
  9. ubuntu hardy sata drives - 142.90 hr back. (1)
  10. dvd drivers ubuntu - 189.97 hr back. (1)
  11. driver main i855pm - 201.58 hr back. (1)
  12. installing monitor drivers on hardy heron - 209.41 hr back. (1)
  13. ubuntu install driver from cd - 210.04 hr back. (1)
  14. installing intel 2100 ubuntu - 215.69 hr back. (1)
Similar Topics

Keywords : installing, drivers, ubuntu, hardy, heron,

  1. Installing Windows Xp On A Sata Enabled Desktop/notebook Computer.
    How to ...... (2)
  2. Installing Compiz Fusion Onto Ubuntu Linux 7.10 (ati Graphics Card)
    (0)
    Hello, In this tutorial I will show you how to install Compiz Fusion onto Ubuntu Linux version 7.10
    with an ATI Graphics card. Requirements: Ubuntu Linux 7.10 You use an ATI Graphics Card To
    start off, all these scripts should be ran in terminal. Terminal is accessed by clicking on:
    Applications Accessories Terminal We will be putting the prefix of sudo on before the codes.
    This makes it run as an administrator, as Ubuntu doesn't allow direct access to the accounts.
    First of all if you haven't already, enable the restricted driver for the ATI Graph....
  3. Vista Restarts After Installing Daemon Tools
    please help me... (4)
    i do not know whether or not this is placed in the right forum or not but if ever it is in the wrong
    place, please move it... here goes.... I am using vista home basic and installed daemon tools
    34.7... after installing it, vista restarts without warning... is it a virus or is it an
    incompatibility issue... and how do I fix it... already searched yahoo but found no answers...
    havent tried google though... maybe tomorrow... as of now, im really sleepy... oh yeah... thanks for
    the help and time.......
  4. Linux Drivers?
    Where to get them, and how to install them. (6)
    My friend just called me, asking for a place to get drivers for Linux. I know a little about Linux,
    but not enough to help him out. He's using the distro ubuntu, and he needs a driver for a
    wireless card. The card he is using is a Dell Wireless 1350 802.11 B-GPC. I know nothing about
    Linux drivers, I use knoppix and everything I need is already on the CD. Can someone help me?....
  5. A Little Help Installing Linux Please
    (7)
    I want instal Linux on my computer that will live together with Windows Media Center Edition. I am
    running into two problems. 1) I cannot find a decent free disk partioning software that will work
    to create a partion for linux with out destroying my Windows partion. Would someone please help me
    find one. 2) My computer is nice and new with some good stuff on it. It has a SATA hard drive with
    140GB of space, a Pentium 4 HT (Hyper Threading) 3Ghz, 512 MB of RAM, and a ATI Radion video card
    with 512MB. (Most of that was just to make you drool.) Anyway when I try to instal....
  6. Installing W2k In Non-cdboot Machines
    (1)
    Hi guyz, i had a big problem few dayz ago, cuz i have an old Compaq Proliant 3000, and i bought hdd
    and i wanted to install an OS (Windows 2000), so i nicely put the CD into the computer, and turned
    it on. Well, the approximate message i got was something like "You, idiot, where's the OS in the
    hdd?", and went to the BIOS cuz i thought it was a regular boot order problem; it wasn't. I
    went to the Compaq Support in HP, and the BIOS menu, and discovered that for installing the OS on
    that machine i had to boot the OS installation from floppys (lol), and that they s....
  7. Installing Linux On My Laptop
    (3)
    Hello, i have Debian "Sarge" in a DvD, and i want to install it in my dell d600 but i want to know
    if all this hardware is supported, or is better if i first donwload all that i goint to need,
    because if i install it but my lan adapters doesn't work then i will have some difficulties:
    This is my system Centrino LCD SXGA (1400x1050) Pentium M Banias 1.6 FSB 400 Mainboard i855PM ATI
    RADEON 9000 AUDIO SIGMATEL 9750 Intel PRO/Wireless LAN 2100 3A MINI PCI Broadcom 570X Gigabit
    Thank's for your help!!....
  8. Please Help! Problem Installing Winxp Pro
    (4)
    I’m hoping someone on here can help me with my problem, because I’m at my wits end. I have tried
    everything I can think of, and have not found a solution so far. When I try to install WinXP Pro
    from an OEM disk onto my Raptor drive, it starts the install, goes through the formatting of the
    drive, install all of the software, I go past the point where it asks me for the network info, and
    the time-zone and such. Then it reboots and this is where the problem starts. Among the problems, it
    cannot find the OS, or it boots up, gets into windows and reboots, continuously. I u....
  9. Error Installing Windows Xp -error 7 Ntkrnlmp.exe
    (11)
    i have tried to install windows xp on my pc and i get an error right after it ask at the bottom of
    the screen to press f2 to restore an error pops up saying FILE \$win_nt$.~bt\NTKRNLMP.EXE cannot be
    open error 7 setup cannot complete and has to close i have had windows xp on the pc before so i
    know its compatible but i used a different version of windows before ,this tinme im using a new one
    and i get this error i seem to find no solution anywhere about how to resolve this and I was
    wondering if possible theres something i need to do,I am not to smart with computers s....

    1. Looking for installing, drivers, ubuntu, hardy, heron,

Searching Video's for installing, drivers, ubuntu, hardy, heron,




advertisement



Installing Drivers In Ubuntu(hardy Heron)