Installing driver in linux redhat... what am I doing wrong?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Installing driver in linux redhat... what am I doing wrong?
# 1  
Old 06-19-2003
Installing driver in linux redhat... what am I doing wrong?

I am trying to install this driver: http://www.asus.com/support/download...58.zip~zaqwedc hoping it will correct my problem with my ethernet card. I am following the instructions in the text file that came with download...

it says to rpm -ivh bcm5700-<version>.src.rpm
so I "cd /mnt/cdrom1/Linux/Driver" to get to the directory that contains the file, then I "rpm -ivh bcm5700-2.2.34-1.src.rpm"

I get this error: cannot create %sourcedir /usr/src/redhat/sources"

What am I doing wrong?

Last edited by Minnesota Red; 06-19-2003 at 03:22 PM..
# 2  
Old 06-19-2003
Read the "basic using RPM" - Here is a quick primer for Red Hat's packaging system--RPM. Please remember that you must be the root user to run RPM.

(Also, please post the versions of software/OS when posting a new thread - the more info you give us, the quicker a answer you could get.)
# 3  
Old 06-19-2003
Ok I tried running it from my root and got the same error.
I tried putting the file in the root, then running it. I got the same error.

I dont understand this.

Linux Redhat 9
# 4  
Old 06-19-2003
Quote:
I tried running it from my root and got the same error.
I tried putting the file in the root
You didn't understand. It wasn't the root partition, but the root user account that was mentioned in the post by RTM. Insure you are the root id (0,1) by issuing the su command.
# 5  
Old 06-19-2003
right Smilie (told ya Im a nebiw), i just tried that. I get the same error. I dont understand what the problem is.

Last edited by Minnesota Red; 06-19-2003 at 10:12 PM..
# 6  
Old 06-21-2003
looks like i will never get my linux working... Smilie
# 7  
Old 06-21-2003
I think your problem was that when you became root you used 'su' rather than 'su -' the hyphen is important as it puts you in root's PATH.

so do
[user@yourbox user]$ su-
Enter Password:
[root@yourbox root]# rpm -ivh bcm5700-*.src.rpm

Then whatever else the instructions ask you.

Although instead of installing the 'rpm -ivh' bit I think you should do 'rpmbuild --rebuild bcm5700-*.src.rpm' as this will build and install the SRPM for you in one line.

Good Luck.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Issues installing inotify-tools on RedHat Linux

I wish to install inotify-tools-3.20.1-2.4.x86_64.rpm on Linux and fire inotifywait command. Initially i was looking for "inotify-tools-3.xx.tar.gz" as instructed here http://jensd.be/248/linux/use-inotify-tools-on-centos-7-or-rhel-7-to-watch-files-and-directories-for-events I have... (9 Replies)
Discussion started by: mohtashims
9 Replies

2. Shell Programming and Scripting

Installing Printer driver

So I have a canon printer I'm trying to set it up I've gotten the driver from here; wget -c http://gdlp01.c-wss.com/gds/1/0100005511/01/cnijfilter-mg7100series-4.00-1-rpm.tar.gz I try and run the script thats below; But I know where i have to copy the driver too. I was wonder what file i have... (10 Replies)
Discussion started by: jtsmith90
10 Replies

3. Red Hat

Installing PHP tools using RPM in Redhat Linux

Hi there, I am trying to install few PHP tools in my Linux server by creating RPMs from source ( tar.gz) files. The issue here is that the tar.gz files does not have a configure file and so I am not able to do ./configure make install opertations. I tried downloading src.rpms of these tools,... (0 Replies)
Discussion started by: Vicky81
0 Replies

4. Red Hat

Issues in Installing Ethernet Driver on RHEL6

Am using Toshiba Satellite C850-l5212 Laptop . I have installed RHEL6 server on it ( Linux 2.6.32-220.el6.x86_64 ) Now ethernet eth0 is no working .Am not able to find eth0 when i do ifconfig -a . Later found that ethernet driver was not installed. tar jxvf compat-drivers-2013-03-15-u.tar.bz2... (2 Replies)
Discussion started by: senthilcaesar
2 Replies

5. Red Hat

Create driver update disc for redhat

Hi, I am trying to install redhat into one of my machine, but during boot up from Redhat Dvd, it mention not able to detect my HDD and it need another driver to install into it. Because the machine only have one driver update disc source which is my CD/DVD rom, so i would like to know... (9 Replies)
Discussion started by: cbtang
9 Replies

6. Red Hat

How to install expect after installing tcl on Redhat Linux

Hi, I have install tcl and then expect but I am getting below ouput while trying which expect which expect /usr/bin/which: no expect in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin) I have copied both in... (6 Replies)
Discussion started by: manish_1678
6 Replies

7. Solaris

Installing Network on Computer, might be driver

Hi All, Just completing my second Solaris installation, in the previous one which was on a Dell X64 machine, I went through the Network configuration setting, on the current computer which I am installing Solaris on, its a custom built machine and for some reason, I didnt see the screen where I... (1 Reply)
Discussion started by: platforminc
1 Replies

8. UNIX for Dummies Questions & Answers

Installing a driver

Hi All, I am trying to install a driver for a CAN card of a machine running Ubuntu 8.04. It cames with three .tgz files for gcc2, gcc3, and k26. The current version of gcc is 4.2.1, which is causing me problems. I installed gcc-3.3 using sudo apt-get install gcc-3.3 But when I run the... (1 Reply)
Discussion started by: Brian-UOIT
1 Replies

9. UNIX for Dummies Questions & Answers

Looking for Geforce 6200 driver for Redhat 8.0

I would like to know how to find the Nvidia Geforce 6200 driver for Redhat 8.0? Please help! (4 Replies)
Discussion started by: alexhon
4 Replies

10. UNIX for Dummies Questions & Answers

Installing RedHat Linux 7

Hey everybody. Its been awhile since I last posted but in short I am now in posession of RedHat Linux 7.0 which I got from a book called the RedHat 7 Bible. As this is not an official distribution I cannot get product support from RedHat so I decided to try here. I have three computers. I... (2 Replies)
Discussion started by: TheGoof
2 Replies
Login or Register to Ask a Question