Linux FC5 抓不到網路驅動程式(RTL8168)

123high

初級會員
已加入
1/25/06
訊息
3
互動分數
0
點數
0
我聽說他是最新的作業系統所以抓來玩!!
請問在Linux下要怎安裝硬體的驅動程式?
可以用哪些指令?(可以舉例嗎?)像.mod的副檔名要怎安裝阿!!
 

been616110

一般般會員
已加入
3/9/06
訊息
55
互動分數
0
點數
6
# 使用 Red Hat Linux (或是其他有支援 RPM 的版本套件)

rpm -Uvh tkrat-1.1-1.rpm

# 要安裝 tar.gz 的原始程式, 用下面的命令

tar -zcvpf tkrat-1.1.tar.gz
cd tkrat-1.1
./configure
make
make install
 

123high

初級會員
已加入
1/25/06
訊息
3
互動分數
0
點數
0
我有下載到它的驅動程式
但我不會安裝好像是到驅動程式的資料夾裡打make後我的視窗就出現
[root@localhost ~]# cd r1000
[root@localhost r1000]# make
make -C src/ clean
make[1]: Entering directory `/root/r1000/src'
rm -f *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags
make[1]: Leaving directory `/root/r1000/src'
make -C src/ modules
make[1]: Entering directory `/root/r1000/src'
make -C /lib/modules/2.6.15-1.2054_FC5smp/build SUBDIRS=/root/r1000/src modules
make: *** /lib/modules/2.6.15-1.2054_FC5smp/build: 沒有此一檔案或目錄. Stop.
make: Entering an unknown directorymake: Leaving an unknown directorymake[1]: *** [modules] Error 2
make[1]: Leaving directory `/root/r1000/src'
make: *** [modules] Error 2
就會變成醬!!
也就沒辦法打下個指令make install
我這樣的安裝入俓對嗎?
請各位大大幫忙!!
謝謝∼∼
 

authenticamd

榮譽會員
已加入
11/3/05
訊息
1,919
互動分數
2
點數
38
You need to install kernel-devel package and then check if /lib/modules/<kernel-version>/build exists and symlinks to /usr/src/kernels/<kernel-version>.
 

123high

初級會員
已加入
1/25/06
訊息
3
互動分數
0
點數
0
How to install?(要去那下載這個套?)
I know !!
What is kernel-devel package?
可以用中文說嗎?
My kernel-version is 2.6.15-1.2054_FC5smp
 
最後編輯:

authenticamd

榮譽會員
已加入
11/3/05
訊息
1,919
互動分數
2
點數
38
123high 說:
How to install?(要去那下載這個套?)
I know !!
What is kernel-devel package?
可以用中文說嗎?
My kernel-version is 2.6.15-1.2054_FC5smp

Looks like you're using SMP kernel, aren't you? If so, what you need is install this package: kernel-smp-devel-2.6.15-1.2054_FC5.i686.rpm. The file is on your CDs/DVD. Or you may get it here: kernel-smp-devel-2.6.15-1.2054_FC5.i686.rpm

Good luck!
 

webber788

初級會員
已加入
1/18/06
訊息
20
互動分數
0
點數
0
大大我也跟你一樣的網路卡,但也是不會裝網路卡,實在是有夠頭痛
 

kevinj

榮譽會員
已加入
9/18/03
訊息
1,669
互動分數
0
點數
36
在安裝玩FC5...先找一張便宜PCI網卡 可上網先....
在Run..
#yum -y update
然後在...
#yum install kernel-devel
再去make 看看吧....
 

graceattila

初級會員
已加入
7/26/04
訊息
3
互動分數
0
點數
0
我聽說他是最新的作業系統所以抓來玩!!
請問在Linux下要怎安裝硬體的驅動程式?
可以用哪些指令?(可以舉例嗎?)像.mod的副檔名要怎安裝阿!!

RTL8111和RTL8168在Linux上不適用會有問題,即時你裝上了驅動程式,也是會出現某些問題,建議不要使用,FC5或FC6都一樣
 
▌延伸閱讀