15ab8 [Solved] FreeBSD on my laptop - 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 January 20th, 2010, 03:02
Solarplight Solarplight is offline
Junior Member
 
Join Date: Jan 2010
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default FreeBSD on my laptop

Hello

I just got a copy of BSD magazine, just to learn a little about the OS, and it came with a copy of FreeBSD 8.0 RC1. Now that i have a disk I am thinking about loading it up on this laptop, but I am wondering how well it might run on my system. My laptop is, yes it's old, an IBM T43 Thinkpad. I currently run Ubuntu Jaunty Jackalope. I've run Ubuntu for a while now after a migration from Red Hat/Fedora systems, and feel like trying something else. So I am wondering if it's even possible, and how challenging it might be, I do love a challenge though.
Reply With Quote
  #2  
Old January 20th, 2010, 03:26
fronclynne's Avatar
fronclynne fronclynne is offline
Senior Member
 
Join Date: Feb 2009
Location: Lunch Time
Posts: 1,297
Thanks: 132
Thanked 166 Times in 143 Posts
Default

This'll probably get move to the laptop/mobile forum, (& do browse that), but also check out ThinkWiki and the ever popular & lovely FreeBSD Laptop Compatibility List for hints & such.

FreeBSD should be pretty easy on an older thinkpad. The hardware is quite standardised, and tends to be excellent quality. There are a couple of caveats: wireless networking is much less mouse & menu oriented than Ubuntu, you'll probably have to get used to commands like # ifconfig wlan0 list scan and editing /etc/wpa_supplicant.conf; and flash and java tend to be a bit more involved as well.

Good luck.
__________________
Quid habemus reliquum?
Nutrimentum anatum!

Внимание: лифт вниз не поднимает
Reply With Quote
  #3  
Old January 20th, 2010, 04:39
Solarplight Solarplight is offline
Junior Member
 
Join Date: Jan 2010
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Sorry about not finding a better forum first.

Thanks for the links, It looks it shoud be easy. I will be poppin the disk in tonight.

I am familiar with ifconfig and iwconfig. I do do quite a bit via terminal and am growing to hate the word 'sudo', part of the reason I started thinking about other os's.
Reply With Quote
  #4  
Old January 20th, 2010, 04:49
Solarplight Solarplight is offline
Junior Member
 
Join Date: Jan 2010
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I had also run RedHat9 for a couple of years, on another system, when I first got the RedHat Bible. Than I ran the first fedora core on that comp for a while when I got, 'Beginners Guide To Linux Programming' I think, I seem to get my os's from publications. Than I inherited this computer, and some homebies were hippin up Ubuntu at the time.
Reply With Quote
  #5  
Old January 20th, 2010, 10:41
klanger klanger is offline
Junior Member
 
Join Date: Nov 2009
Posts: 88
Thanks: 1
Thanked 5 Times in 5 Posts
Default

Quote:
I just got a copy of BSD magazine, just to learn a little about the OS, and it came with a copy of FreeBSD 8.0 RC1. Now that i have a disk I am thinking about loading it up on this laptop, but I am wondering how well it might run on my system.
FBSD, well adjusted to your machine, is much much better than Ubuntu for a low-power-CPU laptop (I'm running it on eeepc 900MHz). It runs faster, it feels faster, but there is poor support for webcams (bad news if you use skype).

I think /etc/wpa_supplicant.conf is very handy if you don't use your laptop all the time in free hotspots area.
Once the input is done, wifi will connect automatically to active and working access point (one from the list)!
Reply With Quote
  #6  
Old January 20th, 2010, 10:43
klanger klanger is offline
Junior Member
 
Join Date: Nov 2009
Posts: 88
Thanks: 1
Thanked 5 Times in 5 Posts
Default

Also suspend is tricky

(sorry for multi-posting) i can't edit post (2 post left to 10 post limit)
Reply With Quote
  #7  
Old January 20th, 2010, 10:58
aragon aragon is offline
Giant Locked
 
Join Date: Nov 2008
Location: Cape Town, South Africa
Posts: 2,031
Thanks: 68
Thanked 253 Times in 203 Posts
Default

Quote:
Originally Posted by klanger View Post
but there is poor support for webcams (bad news if you use skype).
Possibly not for much longer:

http://lists.freebsd.org/pipermail/f...ry/010684.html


Quote:
Originally Posted by klanger
Also suspend is tricky
FWIW, it's tricky in linux too.
Reply With Quote
  #8  
Old January 21st, 2010, 08:55
klanger klanger is offline
Junior Member
 
Join Date: Nov 2009
Posts: 88
Thanks: 1
Thanked 5 Times in 5 Posts
Default

The best suspend support I've seen in open source OS, was the one in Android (running on eeepc, even live!).

It is not a problem for me, so is the lack of webcam support - but it's good to know that FBSD laptop support is getting better&better
Reply With Quote
  #9  
Old January 23rd, 2010, 08:00
Solarplight Solarplight is offline
Junior Member
 
Join Date: Jan 2010
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for all the input. Incase anyone was wondering, I am currently posting from my t43 running freebsd 7.2-RELEASE, and yes klanger, it is much faster. I had some troubles with 8.0-RELEASE and reinstalled via ftp to 7.2-REALEASE and with some fine tunning things are running well. I've learned a bit just getting this set up, and see I have a bit more to learn, but thats what lifes for right, learning.
Reply With Quote
  #10  
Old January 23rd, 2010, 10:23
Solarplight Solarplight is offline
Junior Member
 
Join Date: Jan 2010
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ok, One more question. My wireless works fine with /etc/wpa_supplicant.conf, but 'ifconfig iwi0 up scan' seems to do nothing. What could be my problem here, is the output directed somewhere other than the screen? Is there a better tool for scanning for networks?
Reply With Quote
  #11  
Old January 23rd, 2010, 11:22
morbit morbit is offline
Member
 
Join Date: Jan 2009
Location: Poland
Posts: 176
Thanks: 18
Thanked 17 Times in 16 Posts
Default

Code:
# ifconfig wlan0 create wlandev iwi0
# ifconfig wlan0 up 
# ifconfig wlan0 scan list  

OR

# ifconfig wlan0 create wlandev iwi0 wlanmode monitor
# airodump-ng wlan0
* /usr/ports/net-mgmt/aircrack-ng

____________________________________

Above tips are for 8.X+, on earlier versions there's no wlan layer.
Reply With Quote
  #12  
Old January 23rd, 2010, 17:35
Solarplight Solarplight is offline
Junior Member
 
Join Date: Jan 2010
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default

As far as i can tell, you can't clone iwi on 7.x, but thanks for the try. I got it working though, I simply didn't have iwi_monitor loaded. Thanks about the aircrack tip, hadn't looked for it in the ports yet, now I don't have to.
Reply With Quote
  #13  
Old January 23rd, 2010, 17:51
morbit morbit is offline
Member
 
Join Date: Jan 2009
Location: Poland
Posts: 176
Thanks: 18
Thanked 17 Times in 16 Posts
Default

vlan!=wlan, but yes, as I indicated my tips were for 8.
Reply With Quote
  #14  
Old January 23rd, 2010, 18:32
Solarplight Solarplight is offline
Junior Member
 
Join Date: Jan 2010
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well, anywho, thanks for the help. My system is running great now, and faster than ever before. I'm lovin freebsd. All I have left to do now is some emacs config, and I'll be set.
Reply With Quote
Reply

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
Enormous Fonts on HP Laptop FreeBSD 7.1 schaffin X.Org 6 May 3rd, 2011 12:42
Want to buy HP - Intel Laptop with FreeBSD HP-Intel-BSD Mobile Computing 9 January 24th, 2010 20:26
Installing FreeBSD on an ancient laptop absolutezero1287 Mobile Computing 2 November 1st, 2009 03:55
Which laptop with nvidia for FreeBSD MorgothV8 Mobile Computing 11 August 7th, 2009 08:14
freebsd 7.1 network desktop+laptop xnl96 Networking 3 March 30th, 2009 15:53


All times are GMT +1. The time now is 18: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