How to install drivers in Fedora 15

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat How to install drivers in Fedora 15
# 1  
Old 09-08-2011
How to install drivers in Fedora 15

Hi all

I have a Universal PCI RS-232 card and I need to install drivers for it.

I have the drivers CD, Is there anyway I can install it from add/remove program application. It does not give me the option to browse for the drivers.

Secondly, I have tried to install it from the terminal and it displays the following output.

[lab@lab /]$ ls
bin cgroup etc lib media opt root sbin srv temp usr
boot dev home lost+found mnt proc run selinux sys tmp var
[lab@lab /]$ cd temp/
[lab@lab temp]$ ls
snx snx_V1.3.3.0.tar.gz snx_Ver1-2-0-0
[lab@lab temp]$ cd snx
[lab@lab snx]$ ls
driver Makefile README snxdump snxmknod snxterm
[lab@lab snx]$ ./configure
bash: ./configure: No such file or directory
[lab@lab snx]$ make
cd driver;\
make
make[1]: Entering directory `/temp/snx/driver'
make -C /lib/modules/2.6.40.4-5.fc15.i686/build SUBDIRS=/temp/snx/driver modules
make: Entering an unknown directory
make: *** /lib/modules/2.6.40.4-5.fc15.i686/build: No such file or directory. Stop.
make: Leaving an unknown directory
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/temp/snx/driver'
make: *** [driver_make] Error 2
[lab@lab snx]$

It displays the same output, even when I log in as root.

Help. I need to install this drivers.
# 2  
Old 09-08-2011
First, make sure the drivers are not already loaded. run lspci -v

also run lsmod

lastly, are you running 32 or 64bit Fedora?
# 3  
Old 09-08-2011
Thiis is the output of lspci -v command, the PCI card is listed, does that mean there are arleady drivers available for the card?
I am running a 32 bit


[lab@lab /]$ lspci -v
00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
Subsystem: Hewlett-Packard Company Device 2a8c
Flags: bus master, fast devsel, latency 0
Capabilities: <access denied>
Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 2a8c
Flags: bus master, fast devsel, latency 0, IRQ 42
Memory at fe400000 (64-bit, non-prefetchable) [size=4M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
I/O ports at cc00 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915

00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
Subsystem: Hewlett-Packard Company Device 2a8c
Flags: bus master, fast devsel, latency 0, IRQ 44
Memory at feaf8000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: 80000000-801fffff
Prefetchable memory behind bridge: 0000000080200000-00000000803fffff
Capabilities: <access denied>
Kernel driver in use: pcieport

00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 01) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: feb00000-febfffff
Prefetchable memory behind bridge: 00000000fdf00000-00000000fdffffff
Capabilities: <access denied>
Kernel driver in use: pcieport

00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 2a8c
Flags: bus master, medium devsel, latency 0, IRQ 23
I/O ports at c880 [size=32]
Kernel driver in use: uhci_hcd

00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 2a8c
Flags: bus master, medium devsel, latency 0, IRQ 19
I/O ports at c800 [size=32]
Kernel driver in use: uhci_hcd

00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 2a8c
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at c480 [size=32]
Kernel driver in use: uhci_hcd

00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 2a8c
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at c400 [size=32]
Kernel driver in use: uhci_hcd

00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01) (prog-if 20 [EHCI])
Subsystem: Hewlett-Packard Company Device 2a8c
Flags: bus master, medium devsel, latency 0, IRQ 23
Memory at feaf7c00 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=32
I/O behind bridge: 0000e000-0000efff
Capabilities: <access denied>

00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
Subsystem: Hewlett-Packard Company Device 2a8c
Flags: bus master, medium devsel, latency 0
Capabilities: <access denied>
Kernel modules: leds-ss4200, iTCO_wdt, intel-rng

00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01) (prog-if 8a [Master SecP PriP])
Subsystem: Hewlett-Packard Company Device 2a8c
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at 01f0 [size=8]
I/O ports at 03f4 [size=1]
I/O ports at 0170 [size=8]
I/O ports at 0374 [size=1]
I/O ports at ffa0 [size=16]
Kernel driver in use: ata_piix

00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Hewlett-Packard Company Device 2a8c
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
I/O ports at c080 [size=8]
I/O ports at c000 [size=4]
I/O ports at bc00 [size=8]
I/O ports at b880 [size=4]
I/O ports at b800 [size=16]
Capabilities: <access denied>
Kernel driver in use: ata_piix

00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
Subsystem: Hewlett-Packard Company Device 2a8c
Flags: medium devsel, IRQ 19
I/O ports at 0400 [size=32]
Kernel driver in use: i801_smbus
Kernel modules: i2c-i801

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 2a8c
Physical Slot: 33
Flags: bus master, fast devsel, latency 0, IRQ 43
I/O ports at d800 [size=256]
Memory at febff000 (64-bit, non-prefetchable) [size=4K]
Memory at fdff0000 (64-bit, prefetchable) [size=64K]
Expansion ROM at febc0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169

03:04.0 Multiport serial controller: SUNIX Co., Ltd. Device 1999
Subsystem: SUNIX Co., Ltd. Device 0002
Flags: medium devsel, IRQ 20
I/O ports at ec00 [size=32]
I/O ports at e880 [size=16]
Capabilities: <access denied>

[lab@lab /]$ lsmod
Module Size Used by
tcp_lp 1827 0
nls_utf8 1045 1
fuse 53547 3
cpufreq_ondemand 4782 2
acpi_cpufreq 8212 1
mperf 1137 1 acpi_cpufreq
8021q 14154 0
garp 4938 1 8021q
stp 1391 1 garp
llc 3726 2 garp,stp
ip6t_REJECT 3395 2
nf_conntrack_ipv6 6429 1
nf_defrag_ipv6 7174 1 nf_conntrack_ipv6
ip6table_filter 1215 1
ip6_tables 9828 1 ip6table_filter
nf_conntrack_ipv4 6874 1
nf_defrag_ipv4 1093 1 nf_conntrack_ipv4
xt_state 942 2
nf_conntrack 56146 3 nf_conntrack_ipv6,nf_conntrack_ipv4,xt_state
snd_hda_codec_realtek 241866 1
snd_hda_intel 20567 2
snd_hda_codec 71160 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 4905 1 snd_hda_codec
snd_seq 43528 0
snd_seq_device 5033 1 snd_seq
snd_pcm 63457 2 snd_hda_intel,snd_hda_codec
snd_timer 15245 2 snd_seq,snd_pcm
iTCO_wdt 10436 0
r8169 32300 0
microcode 11689 0
iTCO_vendor_support 2070 1 iTCO_wdt
snd 48471 12 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
mii 3639 1 r8169
i2c_i801 8021 0
serio_raw 3394 0
soundcore 5027 1 snd
snd_page_alloc 6035 2 snd_hda_intel,snd_pcm
ipv6 235841 19 ip6t_REJECT,nf_conntrack_ipv6,nf_defrag_ipv6
uas 6207 0
usb_storage 36519 0
i915 332204 3
drm_kms_helper 23178 1 i915
drm 156263 4 i915,drm_kms_helper
i2c_algo_bit 4206 1 i915
i2c_core 21572 5 i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
video 10684 1 i915
[lab@lab /]$ uname -m
i686
[lab@lab /]$ gcc -v
bash: gcc: command not found...
Install package 'gcc' to provide command 'gcc'? [N/y]
* Running...
* Resolving dependencies...
The following packages have to be installed:
cpp-4.6.0-10.fc15.i686 The C Preprocessor
binutils-2.21.51.0.6-6.fc15.i686 A GNU collection of binary utilities
ppl-0.11.2-1.fc15.i686 The Parma Polyhedra Library: a library of numerical abstractions
glibc-devel-2.14-5.i686 Object files for development using standard C libraries.
cloog-ppl-0.15.9-3.fc15.i686 Parma Polyhedra Library backend (ppl) based version of the Cloog binaries
The following packages have to be updated:
glibc-2.14-5.i686 The GNU libc libraries
The following packages have to be installed:
glibc-headers-2.14-5.i686 Header files for development using standard C libraries.
ppl-pwl-0.11.2-1.fc15.i686 The Parma Watchdog Library: a C++ library for watchdog timers
The following packages have to be updated:
libgomp-4.6.0-10.fc15.i686 GCC OpenMP v3.0 shared support library
glibc-common-2.14-5.i686 Common binaries and locale data for glibc
The following packages have to be installed:
libmpc-0.8.3-0.3.svn855.fc15.i686 C library for multiple precision complex arithmetic
The following packages have to be updated:
libgcc-4.6.0-10.fc15.i686 GCC version 4.6 shared support library
Proceed with changes? [N/y]
* Waiting for authentication...
* Running...
* Resolving dependencies...
* Downloading packages... The transaction failed: package-download-failed, Errors were encountered while downloading packages.
ppl-0.11.2-1.fc15.i686: failure: Packages/ppl-0.11.2-1.fc15.i686.rpm from fedora: [Errno 256] No more mirrors to try.
libgcc-4.6.0-10.fc15.i686: failure: libgcc-4.6.0-10.fc15.i686.rpm from updates: [Errno 256] No more mirrors to try.
glibc-headers-2.14-5.i686: failure: glibc-headers-2.14-5.i686.rpm from updates: [Errno 256] No more mirrors to try.
glibc-common-2.14-5.i686: failure: glibc-common-2.14-5.i686.rpm from updates: [Errno 256] No more mirrors to try.
libgomp-4.6.0-10.fc15.i686: failure: libgomp-4.6.0-10.fc15.i686.rpm from updates: [Errno 256] No more mirrors to try.
glibc-devel-2.14-5.i686: failure: glibc-devel-2.14-5.i686.rpm from updates: [Errno 256] No more mirrors to try.
cloog-ppl-0.15.9-3.fc15.i686: failure: Packages/cloog-ppl-0.15.9-3.fc15.i686.rpm from fedora: [Errno 256] No more mirrors to try.
gcc-4.6.0-10.fc15.i686: failure: gcc-4.6.0-10.fc15.i686.rpm from updates: [Errno 256] No more mirrors to try.
libmpc-0.8.3-0.3.svn855.fc15.i686: fai...

[lab@lab /]$ gcc -v
bash: gcc: command not found...
Install package 'gcc' to provide command 'gcc'? [N/y]
* Running...
* Resolving dependencies...
The following packages have to be installed:
cpp-4.6.0-10.fc15.i686 The C Preprocessor
binutils-2.21.51.0.6-6.fc15.i686 A GNU collection of binary utilities
ppl-0.11.2-1.fc15.i686 The Parma Polyhedra Library: a library of numerical abstractions
glibc-devel-2.14-5.i686 Object files for development using standard C libraries.
cloog-ppl-0.15.9-3.fc15.i686 Parma Polyhedra Library backend (ppl) based version of the Cloog binaries
The following packages have to be updated:
glibc-2.14-5.i686 The GNU libc libraries
The following packages have to be installed:
glibc-headers-2.14-5.i686 Header files for development using standard C libraries.
ppl-pwl-0.11.2-1.fc15.i686 The Parma Watchdog Library: a C++ library for watchdog timers
The following packages have to be updated:
libgomp-4.6.0-10.fc15.i686 GCC OpenMP v3.0 shared support library
glibc-common-2.14-5.i686 Common binaries and locale data for glibc
The following packages have to be installed:
libmpc-0.8.3-0.3.svn855.fc15.i686 C library for multiple precision complex arithmetic
The following packages have to be updated:
libgcc-4.6.0-10.fc15.i686 GCC version 4.6 shared support library
Proceed with changes? [N/y]
* Waiting for authentication...
* Waiting in queue...
* Running...
* Resolving dependencies...
* Downloading packages... The transaction failed: package-download-failed, Errors were encountered while downloading packages.
ppl-0.11.2-1.fc15.i686: failure: Packages/ppl-0.11.2-1.fc15.i686.rpm from fedora: [Errno 256] No more mirrors to try.
libgcc-4.6.0-10.fc15.i686: failure: libgcc-4.6.0-10.fc15.i686.rpm from updates: [Errno 256] No more mirrors to try.
glibc-headers-2.14-5.i686: failure: glibc-headers-2.14-5.i686.rpm from updates: [Errno 256] No more mirrors to try.
glibc-common-2.14-5.i686: failure: glibc-common-2.14-5.i686.rpm from updates: [Errno 256] No more mirrors to try.
libgomp-4.6.0-10.fc15.i686: failure: libgomp-4.6.0-10.fc15.i686.rpm from updates: [Errno 256] No more mirrors to try.
glibc-devel-2.14-5.i686: failure: glibc-devel-2.14-5.i686.rpm from updates: [Errno 256] No more mirrors to try.
cloog-ppl-0.15.9-3.fc15.i686: failure: Packages/cloog-ppl-0.15.9-3.fc15.i686.rpm from fedora: [Errno 256] No more mirrors to try.
gcc-4.6.0-10.fc15.i686: failure: gcc-4.6.0-10.fc15.i686.rpm from updates: [Errno 256] No more mirrors to try.
libmpc-0.8.3-0.3.svn855.fc15.i686: fai...

Last edited by ndaka123488; 09-08-2011 at 11:03 AM..
# 4  
Old 09-08-2011
There appear to be no drivers installed for the controller, but the addresses are there, however.
# 5  
Old 09-08-2011
Quote:
Originally Posted by ndaka123488
The PCI card is listed, does that mean there are arleady drivers available for the card?
No. lspci works quite independently of device drivers, it just compares PCI IDs to a big text file. This is what makes it a good tool for tracking down what drivers you need...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Install a Software on Fedora!

Hi, I've been busy since this afternoon with an editor called e3 installation process! I have the source code and I think that I have to make a .C file first then try make command ... ./configure doesn't work, there is no useful README and I am completely lost... The file for Fedora x86_64 is... (1 Reply)
Discussion started by: almirzaee
1 Replies

2. Red Hat

How to properly install kernel in fedora 10?

Hello and thank you for looking into my question. Well my question is quite straight forward. I am trying to install the latest kernel ( from kernel.org under mainline directory ). But strange error messages are coming up. Can someone please guide me through steps how did you install kernel in... (2 Replies)
Discussion started by: lynxys
2 Replies

3. Red Hat

Install telnet in Fedora 8 ?

Hi,I need to make a test on Fedora 8, with a Telnet... and seems NOT to beenabled.The package is installed, but if I have a look into /etc/xinedtd thereis no TELNET file ?Is there any changes into FEDORA 8 ?Plz help .. ...Thanks. (2 Replies)
Discussion started by: shipon_97
2 Replies

4. Red Hat

Install Fedora core 10.0 packages

Hello All, I hv installed fedora 10 on my PC. At the time of installation, i skipped some of the other packages. Now i wanted to install the other packages from the DVD. How sholud i install the other packages. My DVD is bootable one which i got thru software magazines. So it contains FC 10 and... (1 Reply)
Discussion started by: phpalerts
1 Replies

5. Debian

Kernel source not found. (can't install network card drivers)

I've had no luck with help on linuxquestions so I figured I'd try here. I'm using debian etch. The problem is that I can not install my network card because it says: Makefile:62: *** Linux kernel source not found. Stop. I have the kernel-headers installed. I've looked all over the... (9 Replies)
Discussion started by: Virtuality
9 Replies

6. Linux

Fedora Install Help

Hi, I have just bought a new Laptop HP Pavillion dv6646us which came with pre-loaded Vista which has stupidly occupied all 140 GB of hard disk with around 8 GB for System Recovery on another disk. Both disks are primary partitions Now, I want to install Fedora in the primary partition and if... (2 Replies)
Discussion started by: MULTIVERSE
2 Replies

7. UNIX for Advanced & Expert Users

Install Oracle on Fedora Linux

I have a Fedora Linux server in my office. I want to install an Oracle 10.1.0 Client on this server. I have root access to this box and I have thee zip file of the Client installation. Can anyone let me know the steps. I assume the following. . Create an Oracle user. . Assign a password and... (0 Replies)
Discussion started by: rahulrathod
0 Replies

8. UNIX for Dummies Questions & Answers

Install drivers Solaris 10 x86

I am trying to figure out a way to install drivers for a network card. I have a 3C905C-TXM 3Com card that appeared to check out on Solaris's Web Site. I found what I thought was a driver, although that may not be the case, because the instructions asked me to copy-and-paste the contents into a... (1 Reply)
Discussion started by: Jody
1 Replies

9. Linux

Trying to install Fedora Core 3...

Hiya all, Hope you can help. I keep getting the same Error message when I try to install. I have tried several different Diskettes. And I finally ordered CDs from "FASTDISCs". The install "disc Checks" passed fine on these. The error: "The package usbitils-0.11.6.1 cannot be opened. ... (8 Replies)
Discussion started by: marty 600
8 Replies

10. UNIX for Dummies Questions & Answers

here's how i did a very simple install of invidia drivers

ok i got the nvida drivers for mandrake9 rpm there is 3 rpms you must have glx ,kernel and something else email me if you want the precompiled drivers :: email removed :: once i got the drivers in stalled then i reseted the computer then i put the 1cd of mandrake9 in and did a upgrade i... (2 Replies)
Discussion started by: amicrawler2000
2 Replies
Login or Register to Ask a Question