Re: Broadcom BCM4310 USB Controller (Wifi)



On 11/22/10, Paul B Mahol <onemda@xxxxxxxxx> wrote:
On 11/22/10, Alberto Villa <avilla@xxxxxxxxxxx> wrote:
On Wednesday 17 November 2010 10:57:34 Paul B Mahol wrote:
Please use ndis5 branch. master branch is in heavy development.
CURRENT branch just blindly (and badly) track code on FreeBSD
CURRENT.

ok. unfortunately in this test i made an error and just saw that...
`--> git status
# On branch ndis5
# Your branch is ahead of 'origin/ndis5' by 13 commits.
i hope it's ok for this time

Git status should be empty.
Just pull again. Or clone repo again, or do not use git and
fetch tar.gz from site.

I did some changes with forced rebase so that happened.


When you say what you did be more specific, like are you are using
i386 or amd64, and so on.

FreeBSD echo.hoth 9.0-CURRENT FreeBSD 9.0-CURRENT #2 r215448M:
Thu Nov 18 08:34:00 CET 2010
root@xxxxxxxxx:/usr/obj/usr/src/sys/HPDV6 amd64
my kernel configuration file is a GENERIC trimmed down to the minimum
(so that everything possible is loaded as a module)

amd64, I see. And another broadcom card on CURRENT and on amd64 just
panics, but this is another driver.
Can you post link to your driver?
For using code in branch master and ndis5, you will need to reinstall
ndisgen and ndiscvt from git repo
and do not use one from FreeBSD world. This also means you will need
to regenerate miniport module with
new ndiscvt & ndisgen because interface have changed slightly.

i did it, and here you are the results:
http://pastebin.ca/1998450
http://pastebin.ca/1998454

Why it picked MAC first time without problems, otherwise ndis0 would never
attach, and second time it reports error?

For a moment disable wpa_supplicant in your rc.conf. And try to get scan
results via ifconfig(8).

like this:

# ifconfig wlan0 destroy
# ifconfig wlan create wlandev ndis0
# ifconfig wlan0 up
# ifconfig wlan0 list scan

And upload relevant dmesg output (ndis/NDIS lines) somewhere.

And/or contact me off-list.


I managed to fix panic on amd64 for driver I'm using.
So try the latest version.
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Broadcom BCM4310 USB Controller (Wifi)
    ... CURRENT branch just blindly track code on FreeBSD ... Git status should be empty. ... i386 or amd64, and so on. ...
    (freebsd-current)
  • Re: Own VCS
    ... (eg keep total branch database/metadata, but support sparse checkouts, ... Completely own BSD-licensed DVCS designed specifically for FreeBSD, ... Git also doesn't handle ... This is in no way the distraction of developers from more important ...
    (freebsd-arch)
  • Re: Own VCS (Was: Official git export)
    ... (eg keep total branch database/metadata, but support sparse checkouts, ... Completely own BSD-licensed DVCS designed specifically for FreeBSD, ... checkouts are now possible (subset of inodes). ... Git also doesn't handle ...
    (freebsd-arch)
  • Re: Official git export
    ... end-user documentation on how to use git to track FreeBSD, contribute patches, ... Is it only the git what is considered? ... We need to support those communities better. ... do you mean I could checkout at once several ...
    (freebsd-arch)
  • Re: Official git export
    ... by using the distributed system to simulate a non distributed system. ... The value that I see in git is as a replacement for what FreeBSD ... small scale coordination between developers. ...
    (freebsd-arch)