10193 FreeBSD on Lenovo s10-2 - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Desktop Usage > Mobile Computing

Mobile Computing This forum discusses issues related to running FreeBSD on notebooks, laptops, and other mobile equipment.

Reply
 
Thread Tools Display Modes
  #1  
Old July 30th, 2009, 15:23
everypot everypot is offline
Member
 
Join Date: Jan 2009
Posts: 202
Thanks: 14
Thanked 7 Times in 5 Posts
Default FreeBSD on Lenovo s10-2

Help, please. I installed FreeBSD 7.2 on Lenovo s10-2. I followed the instruction from the handbook(http://www.freebsd.org/doc/en/books/...-wireless.html). But cannot get the internet work.

The netbook has a Broadcom BCM4312 wifi card. Some said that there was no freebsd driver for it (http://bsdimp.blogspot.com/2009/05/b...committed.html).

ifconfig
Code:
o0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
       inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
       inet6 ::1 prefexlen 128
       inet 127.0.0.1 netmask 0xff000000
and even the ethernet cable cannot bring up the internet--couldn't be worse

BTW: I tried to install FreeBSD 8.0 beta2 using an external CD/DVD drive. Everything went well until I chose the install media: From CD/DVD. It told me: No CD/DVD device is detected! That's strange because there was no problem with FB 7.2 installation using the same external cd/dvd drive.

Last edited by DutchDaemon; July 31st, 2009 at 12:48. Reason: [code] added
Reply With Quote
  #2  
Old July 31st, 2009, 12:43
xGhost xGhost is offline
Junior Member
 
Join Date: Jul 2009
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi

You musst create a ndis device. If you have this you can use the wlan card over a wlan device (ifconfig wlan create wlandev ndis0).
You can this setup over rc.conf

I use the 8.0 current (BETA-2), but the Xorg dosn't work.
I have a black screen and a drmDropMaster error -1. I search
a soloution, but at the moment, I dosn't find it!

Have you run Xorg?
Reply With Quote
  #3  
Old July 31st, 2009, 12:53
xGhost xGhost is offline
Junior Member
 
Join Date: Jul 2009
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The new bwi driver in 8.0 dosn't work for me. I recompile the kernel
with "device bwi" but it dosn't work...
Reply With Quote
  #4  
Old July 31st, 2009, 19:14
everypot everypot is offline
Member
 
Join Date: Jan 2009
Posts: 202
Thanks: 14
Thanked 7 Times in 5 Posts
Default

Not yet.

I failed to create a ndis device...

Quote:
Originally Posted by xGhost View Post
Hi

You musst create a ndis device. If you have this you can use the wlan card over a wlan device (ifconfig wlan create wlandev ndis0).
You can this setup over rc.conf

I use the 8.0 current (BETA-2), but the Xorg dosn't work.
I have a black screen and a drmDropMaster error -1. I search
a soloution, but at the moment, I dosn't find it!

Have you run Xorg?
Reply With Quote
  #5  
Old July 31st, 2009, 19:39
xGhost xGhost is offline
Junior Member
 
Join Date: Jul 2009
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by everypot View Post
Not yet.

I failed to create a ndis device...
http://www.freebsd.org/doc/en_US.ISO...ork-setup.html

You use the bmcwl5.inf and bmcwl5.sys from original driver.
Use another directory such as the sys data include.
(I have also use the bmc43xx.cat).

greets
Reply With Quote
  #6  
Old August 2nd, 2009, 07:08
everypot everypot is offline
Member
 
Join Date: Jan 2009
Posts: 202
Thanks: 14
Thanked 7 Times in 5 Posts
Default

It does not work for me. I'm waiting for freebsd 8.0 release. It says that "802.11s (mesh11s project), to be completed by 8.0 BETA3 (Rui Paulo, Sam Leffler)". http://wiki.freebsd.org/8.0TODO

-----------------------------------------------------------------------------------------------------
rwatson@
May 16th, 2009, 12:55
FYI, this driver has now been merged to FreeBSD 8-CURRENT as of 3 May, 2009, so should appear in FreeBSD 8.0 later this year:

date: 2009/05/03 04:01:43; author: imp; state: Exp;
SVN rev 191762 on 2009-05-03 04:01:43Z by imp

Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for
Broadcom BCM43xx chipsets. This driver uses the v3 firmware that
needs to be fetched separately. A port will be committed to create
the bwi firmware module.

The driver matches the following chips: Broadcom BCM4301, BCM4307,
BCM4306, BCM4309, BCM4311, BCM4312, BCM4318, BCM4319


The driver works for 802.11b and 802.11g.

Limitations:
This doesn't support the 802.11a or 802.11n portion of radios.
Some BCM4306 and BCM4309 cards don't work with Channel 1, 2 or 3.
Documenation for this firmware is reverse engineered from
http://bcm.sipsolutions.net/
V4 of the firmware is needed for 11a or 11n support
http://bcm-v4.sipsolutions.net/
Firmware needs to be fetched from a third party, port to be committed

# I've tested this with a BCM4319 mini-pci and a BCM4318 CardBus card, and
# not connected it to the build until the firmware port is committed.

Obtained from: DragonFlyBSD, //depot/projects/vap
Reviewed by: sam@, thompsa@

Last edited by everypot; August 2nd, 2009 at 07:17.
Reply With Quote
  #7  
Old October 13th, 2009, 20:12
everypot everypot is offline
Member
 
Join Date: Jan 2009
Posts: 202
Thanks: 14
Thanked 7 Times in 5 Posts
Default

I use the ndis driver on my lenovo s10-2, since bwi doesn't support BCM4315.
http://forums.freebsd.org/showthread.php?t=2477&page=3
Reply With Quote
  #8  
Old October 14th, 2009, 16:43
fbsduser's Avatar
fbsduser fbsduser is offline
Junior Member
 
Join Date: Mar 2009
Posts: 46
Thanks: 1
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by xGhost View Post
Hi

You musst create a ndis device. If you have this you can use the wlan card over a wlan device (ifconfig wlan create wlandev ndis0).
You can this setup over rc.conf

I use the 8.0 current (BETA-2), but the Xorg dosn't work.
I have a black screen and a drmDropMaster error -1. I search
a soloution, but at the moment, I dosn't find it!

Have you run Xorg?
The newest version of Xorg is AFAIK Linux-dependant (it depends on the Intel GEM module which is now part of the linux kernel), what you need is either XFree86 or an old Xorg release.
Reply With Quote
Reply

Tags
s10

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Solved] Lenovo T400 report morbit Mobile Computing 40 October 20th, 2012 14:11
X on a Lenovo T61 netman4ttm Mobile Computing 9 September 25th, 2009 16:11
7.2 install hangs on Lenovo thinkpad x31 trawler Installing & Upgrading 7 May 25th, 2009 13:23
Freebsd 7.0 on Lenovo X300 ctaranotte System Hardware 12 January 18th, 2009 06:07


All times are GMT +1. The time now is 03:28.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0