when I try to install my wirless conexion (ipw2100) by using this commande: yum install kernel-module-ipw2100-'uname -r' ipw2100 I get this result :
[root@localhost ~]# yum install kernel-module-ipw2100-'uname -r' ipw2100 Setting up Install Process Setting up Repo: base Setting up Install Process Setting up Repo: base Setting up Install Process Setting up Repo: base Setting up Repo: updates-released Reading repository metadata in from local files Nothing to do No Match for argument kernel-module-ipw2100-uname -r No Match for argument ipw2100
When I try to connect to Internet, --> I can't
And When I try to add a wireless card connection (start--> System Parameters --> Network) I do not find a my corsiponding card in the list of cards. what to do?
AlilouLinux kirjoitti viestissään (lähetysaika keskiviikko, 1. joulukuuta 2004 00:29):
when I try to install my wirless conexion (ipw2100) by using this commande: yum install kernel-module-ipw2100-'uname -r' ipw2100
The correct command is: yum install kernel-module-ipw2100-`uname -r` ipw2100
Use ` not ' , they have a very different meaning.
----- Original Message ----- From: "Markku Kolkka" markkukolkka@kolumbus.fi To: fedora-list@redhat.com Sent: Tuesday, November 30, 2004 11:42 PM Subject: Re: yum the ipw 2100 wireless card
AlilouLinux kirjoitti viestissään (lähetysaika keskiviikko, 1. joulukuuta 2004 00:29):
when I try to install my wirless conexion (ipw2100) by using this commande: yum install kernel-module-ipw2100-'uname -r' ipw2100
The correct command is: yum install kernel-module-ipw2100-`uname -r` ipw2100
Use ` not ' , they have a very different meaning.
--
This is the result of : yum install kernel-module-ipw2100-`uname -r` ipw2100
[root@portable212 ~]# yum install kernel-module-ipw2100-`uname -r` ipw2100 Setting up Install Process Setting up Repo: base repomd.xml 100% |=========================| 1.1 kB 00:00 Setting up Repo: updates-released repomd.xml 100% |=========================| 951 B 00:00 Reading repository metadata in from local files base : ################################################## 2622/2622 primary.xml.gz 100% |=========================| 105 kB 00:01 MD Read : ################################################## 268/268 updates-re: ################################################## 268/268 No Match for argument kernel-module-ipw2100-2.6.9-1.667 No Match for argument ipw2100 Nothing to do
are the 3 last answer normal? I do not receive yet the network communications (or Internet) !!
On Thu, Dec 02, 2004 at 09:29:30PM +0100, AlilouLinux wrote:
From: "Markku Kolkka" markkukolkka@kolumbus.fi To: fedora-list@redhat.com Sent: Tuesday, November 30, 2004 11:42 PM Subject: Re: yum the ipw 2100 wireless card
AlilouLinux kirjoitti viestissään (lähetysaika keskiviikko, 1. joulukuuta 2004 00:29):
when I try to install my wirless conexion (ipw2100) by using this commande: yum install kernel-module-ipw2100-'uname -r' ipw2100
The correct command is: yum install kernel-module-ipw2100-`uname -r` ipw2100
Use ` not ' , they have a very different meaning.
This is the result of : yum install kernel-module-ipw2100-`uname -r` ipw2100
[root@portable212 ~]# yum install kernel-module-ipw2100-`uname -r` ipw2100 Setting up Install Process Setting up Repo: base repomd.xml 100% |=========================| 1.1 kB 00:00 Setting up Repo: updates-released repomd.xml 100% |=========================| 951 B 00:00 Reading repository metadata in from local files base : ################################################## 2622/2622 primary.xml.gz 100% |=========================| 105 kB 00:01 MD Read : ################################################## 268/268 updates-re: ################################################## 268/268 No Match for argument kernel-module-ipw2100-2.6.9-1.667 No Match for argument ipw2100 Nothing to do
are the 3 last answer normal?
You didn't put in ATrpms. Add the following lines to /etc/yum.conf:
[atrpms] name=Fedora Core $releasever - $basearch - ATrpms baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-bleeding
Then try the yum command again.
I do not receive yet the network communications (or Internet) !!
On Thu, 2 Dec 2004, AlilouLinux wrote:
[root@portable212 ~]# yum install kernel-module-ipw2100-`uname -r` ipw2100
Setting up Repo: base Setting up Repo: updates-released
For one - the modules should be in atrpms repository - and you don't seem to have configured yum to use this repo.
No Match for argument kernel-module-ipw2100-2.6.9-1.667
And secondly - this module is't in atrpms yum repo (don't know why). Try getting it directly from http://atrpms.net/dist/fc3/ipw2100/
And there is a kernel upgrade to FC3 - kernel-2.6.9-1.681_FC3. You might want to install all the FC3 updates first.
yum update
Satish