Laio-user 发表于 2003-1-19 02:00:42

對不起請教一下

我是這個作業系統的新手,最近在設定寬頻網絡的時候遇到的網路卡的問題,就是系統要我去找這個東西"pcmcia-cs-x.tar.gz",可是我不知道要去哪找這個東西,而且還要再將它重新組譯。另外,我想請問一下有沒有確定作業系統就是用Linux的筆記型電腦呀。請各位網路的高手指點一下吧。

llc 发表于 2003-1-19 02:35:49

笔记本上的linux?这玩意没怎么用过,不好说

Kuye 发表于 2003-1-19 02:52:20

笔记本好像一般都是用 pcmcia 网卡,可能就是指它吧。

这。。。还真不清楚   !^_^
看一下这个有没有帮助:
http://www.chinalinuxpub.com/doc/howto/PCMCIA-HOWTO.html

吴文官 发表于 2003-1-19 08:20:15

http://www.linux-laptop.net
这裏有支持Linux的笔记本的列表

btw:台湾同胞?

HOUSCOUS 发表于 2003-1-19 08:49:02

你的笔记本电脑是什么牌子, 型号的?

HOUSCOUS 发表于 2003-1-19 08:58:12

The latest Card Services version for the LAN card is available at
www.sourceforge.net/project/.

To install the PCMCIA Card Services, you need to install a full kernel source and perform the following shell commands:

1. Download the "pcmcia-cs-x.tar.gz" into the
"/usr/src" directory.
2. Run the following commands:

#cd /usr/src
#tar zxvf pcmcia-cs-x.tar.gz
#cd pcmcia-cs-x
#./Configure
#make all
#make install


Configuring LAN cards
For LAN card users, you need to edit the file
"/etc/pcmcia/network.opts" to assign IP address, netmask, gateway IP,
nameservers,broadcast address, and etc.

The file will display as follows when it's being edited:

#File: /etc/pcmcia/network.opts
#
#
#
#Host's IP address, netmask, network address, broadcast address
IPADDR="203.66.99.137"
NETMASK="255.255.255.128"
NETWORK="203.66.99.0"
BROADCAST="203.66.99.255"
#Gateway address for static routing
GATEWAY="203.66.99.254"
#Things to add to /etc/resolv.conf for this interface
DOMAIN="your.domain"
SEARCH=""
DNS_1="168.95.1.1"
DNS_2="168.95.192.1"
DNS_3="203.66.99.251"
#
#

Be sure to restart the Linux machine after installing the Card Services.

Now the PCMCIA Card Services should be installed correctly.
If not, see the "PCMCIA-HOWTO" for the details in the root directory of the Card Services source code to resolve installation and configuraton problems.

BTW: Can you read Simplified Chinese? Do you understand what the following message says?
多嘴问一句, 你会看简体中文吗? 知道简体字的人一般也都会繁体, 但反之就不一定了.
页: [1]
查看完整版本: 對不起請教一下