From: "dell core2duo" <gentoomail.dell@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] [query] kernel-2.6.24 + ndiswrapper
Date: Wed, 13 Feb 2008 00:27:58 +0530 [thread overview]
Message-ID: <e5e065050802121057r77acdb64m3a438daf0c1e435b@mail.gmail.com> (raw)
In-Reply-To: <e5e065050802120908t209b44b2j2eccf69fef9563af@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 5488 bytes --]
Hi,
Some updates.
with the help of following links,
http://gentoo-wiki.com/HARDWARE_BCM43xx
http://ubuntuforums.org/showthread.php?t=647273&highlight=b43
http://ubuntuforums.org/showthread.php?t=649038
http://linuxwireless.org/en/users/Drivers/b43?action=show&redirect=en%2Fusers%2FDrivers%2Fbcm43xx
I have successfully built and load b43 driver. Now I can see the "wlan0"
interface.
-------------------------------------------------------------------------------------------------------------
flukebox home # lsmod |grep b43
b43 130276 0
input_polldev 5784 1 b43
------------------------------------------------------------------------------------------------------------
ouput of iwconfig is below.
flukebox home # iwconfig
wlan0 IEEE 802.11g ESSID:"iitk"
Mode:Managed Frequency:2.442 GHz Access Point:
00:11:95:D8:E3:33
Tx-Power=off
Retry min limit:7 RTS thr:off Fragment thr=2346 B
Encryption key:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
----------------------------------------------------------------------------------------------------------
But still I am able to transmit any message. There is some error while
transmission.
flukebox home # dmesg|grep ERROR
[ 2420.327210] b43-phy0 ERROR: PHY transmission error
[ 2420.327622] b43-phy0 ERROR: PHY transmission error
[ 2420.327686] b43-phy0 ERROR: PHY transmission error
[ 2420.527136] b43-phy0 ERROR: PHY transmission error
[ 2420.527201] b43-phy0 ERROR: PHY transmission error
[ 2420.721574] b43-phy0 ERROR: PHY transmission error
[ 2420.721649] b43-phy0 ERROR: PHY transmission error
[ 2425.936058] b43-phy0 ERROR: PHY transmission error
[ 2425.936137] b43-phy0 ERROR: PHY transmission error
[ 2426.001384] b43-phy0 ERROR: PHY transmission error
[ 2429.932210] b43-phy0 ERROR: PHY transmission error
[ 2433.852553] b43-phy0 ERROR: PHY transmission error
[ 2433.910519] b43-phy0 ERROR: PHY transmission error
[ 2437.927955] b43-phy0 ERROR: PHY transmission error
[ 2441.883687] b43-phy0 ERROR: PHY transmission error
[ 2445.890988] b43-phy0 ERROR: PHY transmission error
-----------------------------------------------------------------------------------------------------
but I am still getting WEXT errors.
-----------------------------------------------------------------------------------------------------
* Starting wpa_supplicant on wlan0 ...
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not
supported [ ok ]
th param 5 value 0x1 -
* Starting wpa_cli on wlan0
...
[ ok ]
* Backgrounding ...
Please help.
Thanks ,
flukebox
On Feb 12, 2008 10:38 PM, dell core2duo <gentoomail.dell@gmail.com> wrote:
> Hi,
> I complied the kernel buitin broadcom drivers. So now, I have a
> interface named "wlan0_rename".
> But things are still not working for me.
>
>
> ------------------------------------------------------------------------------------
> flukebox flukebox # iwconfig
> lo no wireless extensions.
>
> eth0 no wireless extensions.
>
> sit0 no wireless extensions.
>
> ip6tnl0 no wireless extensions.
>
> eth1 no wireless extensions.
>
> wlan0_rename IEEE 802.11g ESSID:""
> Mode:Managed Channel:0 Access Point: Not-Associated
> Tx-Power=0 dBm
> Retry min limit:7 RTS thr:off Fragment thr=2346 B
> Encryption key:off
> Link Quality:0 Signal level:0 Noise level:0
> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
> Tx excessive retries:0 Invalid misc:0 Missed beacon:0
>
> flukebox flukebox # /etc/init.d/net.wlan0_rename start
> * Starting wlan0_rename
> * /etc/conf.d/wireless is deprecated
> * Please put all settings in /etc/conf.d/net
> * /etc/conf.d/wireless is deprecated
> * Please put all settings in /etc/conf.d/net
> * Starting wpa_supplicant on wlan0_rename ...
> ioctl[SIOCSIWAUTH]: Operation not supported
> WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not
> supported [
> ok ]th param 5 value 0x1 -
> * Starting wpa_cli on wlan0_rename
> ...
> [ ok ]
> * Backgrounding ...
>
>
> ------------------------------------------------------------------------------------
>
> I guess "param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
> " this has something to do with wpa_suplicant.
> can somebody help me out here ??
> Also, is there any way to change my interface name wlan0_rename to wlan0
> or eth1 ??
>
>
> TIA,
> flukebox
>
>
>
>
>
>
>
>
> On Feb 10, 2008 3:17 AM, Dan Farrell <dan@spore.ath.cx> wrote:
>
> > On Sat, 9 Feb 2008 13:28:39 +0100
> > Etaoin Shrdlu <shrdlu@unlimitedmail.org> wrote:
> >
> > > > BTW,
> > > > I am more interested to get things working. Quality would be my
> > > > second priority.
> > >
> > > As I said before, I did not have any problem (unfortunately, I cannot
> > > access the hardware now and check the bandwidth issue).
> >
> > I have not yet gotten the new driver to work, though admittedly I
> > didn't have much time to try and so went for ndiswrapper pretty
> > quickly.
> >
> > has anyone had luck with this driver recently?
> > --
> > gentoo-user@lists.gentoo.org mailing list
> >
> >
>
[-- Attachment #2: Type: text/html, Size: 9903 bytes --]
next prev parent reply other threads:[~2008-02-12 18:58 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-09 11:17 [gentoo-user] [query] kernel-2.6.24 + ndiswrapper dell core2duo
2008-02-09 11:32 ` Ian Lee
2008-02-09 11:37 ` dell core2duo
2008-02-09 11:54 ` Etaoin Shrdlu
2008-02-09 11:40 ` dell core2duo
2008-02-09 12:12 ` Etaoin Shrdlu
2008-02-09 12:02 ` dell core2duo
2008-02-09 12:28 ` Etaoin Shrdlu
2008-02-09 21:47 ` Dan Farrell
2008-02-12 17:08 ` dell core2duo
2008-02-12 18:57 ` dell core2duo [this message]
2008-02-12 23:11 ` Etaoin Shrdlu
2008-02-13 21:28 ` dell core2duo
2008-02-13 22:18 ` Etaoin Shrdlu
2008-02-13 22:37 ` dell core2duo
2008-02-13 22:47 ` Etaoin Shrdlu
2008-02-15 13:58 ` Iain Buchanan
2008-02-15 18:01 ` dell core2duo
2008-02-18 12:29 ` Iain Buchanan
2008-02-18 13:07 ` dell core2duo
2008-02-19 1:05 ` Iain Buchanan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e5e065050802121057r77acdb64m3a438daf0c1e435b@mail.gmail.com \
--to=gentoomail.dell@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox