Re: Compaq WIFI card not recognized by FC4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7/6/05, Lovell Mcilwain <lovell.mcilwain@xxxxxxxxx> wrote:
> Jonathan Berry wrote:
> > On 7/6/05, Lovell Mcilwain <lovell.mcilwain@xxxxxxxxx> wrote:
> >>I am running the most up-to-date kernel (I basically did a yum update for everything in fc4 to be
> >>current on it all when I first loaded it on my system)
> >>[root@Whistler broadcomwifidriver]# uname -r
> >>2.6.12-1.1387_FC4
> >>
> >>When I ran your command I got the following:
> >>[root@Whistler broadcomwifidriver]# yum list kernel-module-ndiswrapper
> >>Setting up repositories
> >>livna                     100% |=========================|  951 B    00:00
> >>updates-released          100% |=========================|  951 B    00:00
> >>extras                    100% |=========================| 1.1 kB    00:00
> >>base                      100% |=========================| 1.1 kB    00:00
> >>Reading repository metadata in from local files
> >
> >
> > If you read really closely, you'll see that the command I wrote was:
> > yum list "kernel-module-ndiswrapper*"
> >
> > Notice the quotes and the *.  You have to give it the kernel version
> > as well.  The * matches anything else so you will see all the kernel
> > versions.  Regardless, since you are up-to-date, you can just run the
> > other command I gave you.
> >
> > yum install kernel-module-ndiswrapper-2.6.12-1.1387_FC4
> >
> > By the way, the practice on this list is not to "top post" (meaning
> > putting your reply above what you are replying to).  It's preferred if
> > you place your reply inline (like I have done) or below the original
> > text.  This makes it easier to see the discussion flow.
> >
> > Jonathan
> >
> > [snip]
> > [references]
> >
> >>>Hmm, did you install the Livna package using the "yum install
> >>>ndiswrapper"?  I guess you need to explicitly tell it to get you the
> >>>kernel module as well.
> >>>
> >>>yum list "kernel-module-ndiswrapper*"
> >>>
> >>>will give you a list of the avialable kernel modules.  Install the one
> >>>for your kernel version ("uname -r" will tell you the one you are
> >>>running).  If you are running the latest FC4 kernel
> >>>(2.6.12-1.1387_FC4, which you should update to) then your install
> >>>command will be:
> >>>
> >>>yum install kernel-module-ndiswrapper-2.6.12-1.1387_FC4
> >>>
> >>>Unfortuntely, the list will not show you the whole package name, so
> >>>you need to tack on the "FC4" part to the end.
> >>>
> >>>Jonathan
> >>>
> >
> >
> 
> Thanks for the insight on the post rules, sorry for the violation.  For whatever reason whenever I

No problem.

> ran that command that you gave me it wouldn't install properly but once I rebooted my machine it
> actually worked.  Im not sure why rebooting worked but Im happy that it does.

Quite strange indeed.  But, hey, if it's working...

> So I ran I have started on my last few commands:
> [root@Whistler scripts]# modprobe ndiswrapper
> [root@Whistler scripts]# iwconfig wlan0 essid ***
> [root@Whistler scripts]# iwconfig wlan0 key ****
> [root@Whistler scripts]# dhcpcd wlan0
> -bash: dhcpd: command not found
> 
> So now I'm wondering did I type this command wrong?

On Fedora it's called "dhclient" instead of "dhcpd"  Not sure why,
perhaps it is different.  Running "dhclient wlan0" should get you in
business, assuming everything else is correct.  You probably should
check your auth settings for WEP.  If you are using open
authentication you will need to change your key command to:
iwconfig key open ****
If you are used restricted (also called shared key) authentication,
then the default is fine.  You can run just "iwconfig" to see if you
have associated with your AP (if you see the essid, then you have
associated).

Jonathan


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux