ad6d
![]() |
|
|
|
|
|||||||
| Mobile Computing This forum discusses issues related to running FreeBSD on notebooks, laptops, and other mobile equipment. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
On step 2.3.1 of the FreeBSD handbook (Inventory Your Computer), it says one should find out what their computer's hardware is so they can:
1) make sure that FreeBSD supports their hardware 2) make sure FreeBSD gives you the right configuration for your hardware during install My problem is I had no idea how to figure out what my hardware is. My computer currently has no operating system on it (I'm writing this using a Ubuntu live cd). My question is, using the Ubuntu live cd how can I figure out what my computer's hardware is? P.S. My computer's a MBP 7,1. Thanks a ton! |
|
#2
|
||||
|
||||
|
Well on linux you can use lspci. Other one is dmidecode. You can also check /var/log/dmesg or /var/log/messages.
Once you are on FreeBSD, you can use pciconf, e.g. # pciconf -lvOr previously mentioned dmidecode (need to be installed from ports/packages). EDIT: I had to google what "MBP 7,1" stands for. If that's MacBook you can actually find a good description of the product on their web too. It all depends what you are looking for.
__________________
..when you do things right, people won't be sure you've done anything at all.. |
|
#3
|
|||
|
|||
|
http://en.wikipedia.org/wiki/MacBook...ecifications_2
I can already tell you that Intel HD GPU is not supported (I have one in my notebook). NVIDIA, however, provides great support for FreeBSD. As for the network card, you should find out if that AirPort thing is supported. |
|
#4
|
|||
|
|||
|
via the livecd you can also run "sudo lshw". best piped to a file or at least less.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Application does not identify Zend Installation | cybercoke | Installation and Maintenance of FreeBSD Ports or Packages | 0 | July 5th, 2011 19:18 |
| Freebsd 8.0 does not recognize, 4.11 can identify the hardware device | sak2000 | System Hardware | 2 | April 23rd, 2010 13:58 |
| [Solved] Identify media locks | renice | General | 3 | November 18th, 2009 10:21 |
| How to identify passphrase-less ssh-keys? | honk | Web & Network Services | 3 | August 4th, 2009 14:42 |
| Identify XTerm font ? | setti | X.Org | 4 | August 1st, 2009 12:36 |