Size: 1200
Comment:
|
Size: 3212
Comment: added a trick for wireless card
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Line 33: | Line 32: |
== Method 1: UNETBOOTIN using a USB drive == |
== Method 1: UNETBOOTIN (USB drive) == |
Line 47: | Line 45: |
... | The wireless network was correctly sensed by ubuntu, but the hardware doesn't work. For compiling driver from source we need the package '''build-essential''', for that simply run on terminal if you havent' already it {{{ sudo apt-get install build-essential }}} First disable restricted driver from ''System->Administration->Hardware driver'' and by clicking on disable on the bottom of the form. Now we have to download the last '''madwifi''' driver source package. [[http://snapshots.madwifi-project.org/madwifi-hal-0.10.5.6/|here the link]] After extracted it run in a terminal: {{{ cd desktop/madwifi-hal* make sudo make install }}} Now the driver modules are installed but unloaded. We can now edit modules configuration for load it automatically at startup {{{ sudo vim /etc/modules }}} On the bottom of the file we have to add this {{{ ath_pci }}} Write changes and exit. Now we can reboot for unload old driver and load the newest at next start. = Audio - Alsa Drivers = We need to recompile audio driver alsa at the last available version since the audio chipset is not fully recognized by ubuntu 8.10. The on-board chipset is a Realtek ID 272. for compiling driver from source we need the package '''build-essential''', for that simply run on terminal {{{ sudo apt-get install build-essential }}} Now we can download the last Alsa Driver source from [[http://www.alsa-project.org/main/index.php/Download|here]] (tested on v. 1.0.18a) Extract it on Desktop and run in a terminal {{{ cd desktop/cd alsa-driver-* ./configure --with-cards=hda-intel --with-oss=yes --with-sequencer=yes make sudo make install }}} Now we have to keep volume up from alsamixer with: {{{ alsamixer }}} On next start the speaker will be disabled when you try to plug-in an headphone's jack. Perhaps internal microphone doesn't work since now. |
Line 50: | Line 99: |
= Audio - Alsa drivers = ... = Fn Brightness Keys Workaround = |
= Fn Brightness Keys - Workaround = |
Line 63: | Line 108: |
* http://nc10ubuntu.wordpress.com/ - A blog that considers ways of improving the use of Ubuntu on the Samsung NC10 | * http://nc10ubuntu.wordpress.com/ - A blog that considers ways of improving the use of Ubuntu on the Samsung NC10 <<BR>> * http://www.netbooknews.it/ubuntu-su-nc10-parte-seconda/ - Italian blog for all neetbook related news and tricks. (Thanks for Audio and wireless tricks) <<BR>> |
Install Ubuntu Intrepid Ibex 8.10 on the Samsung NC10
|
DOCUMENTATION UNDER CONSTRUCTION...
Fully functional 'out of the box':
- Video (with desktop effects)
- Wired Networking
- USB
- Webcam
- Suspend / Resume
Fully functional after driver updates:
- Wireless Networking
- Audio (internal speakers now turn off when headphones are in use)
Not Functional:
- Fn Brightness keys (workaround available)
- Internal mic
- Multi-touch
Prerequisites:
Before you begin you will need the following:
- A copy of 8.10 Intrepid Ibex
Method 1: UNETBOOTIN (USB drive)
...
Method 2: x
...
Method X: x
...
Wireless Networking - Atheros
The wireless network was correctly sensed by ubuntu, but the hardware doesn't work.
For compiling driver from source we need the package build-essential, for that simply run on terminal if you havent' already it
sudo apt-get install build-essential
First disable restricted driver from System->Administration->Hardware driver and by clicking on disable on the bottom of the form. Now we have to download the last madwifi driver source package. here the link After extracted it run in a terminal:
cd desktop/madwifi-hal* make sudo make install
Now the driver modules are installed but unloaded. We can now edit modules configuration for load it automatically at startup
sudo vim /etc/modules
On the bottom of the file we have to add this
ath_pci
Write changes and exit. Now we can reboot for unload old driver and load the newest at next start.
Audio - Alsa Drivers
We need to recompile audio driver alsa at the last available version since the audio chipset is not fully recognized by ubuntu 8.10. The on-board chipset is a Realtek ID 272.
for compiling driver from source we need the package build-essential, for that simply run on terminal
sudo apt-get install build-essential
Now we can download the last Alsa Driver source from here (tested on v. 1.0.18a) Extract it on Desktop and run in a terminal
cd desktop/cd alsa-driver-* ./configure --with-cards=hda-intel --with-oss=yes --with-sequencer=yes make sudo make install
Now we have to keep volume up from alsamixer with:
alsamixer
On next start the speaker will be disabled when you try to plug-in an headphone's jack. Perhaps internal microphone doesn't work since now.
Fn Brightness Keys - Workaround
...
See Also
...
External Links
* http://nc10ubuntu.wordpress.com/ - A blog that considers ways of improving the use of Ubuntu on the Samsung NC10
* http://www.netbooknews.it/ubuntu-su-nc10-parte-seconda/ - Italian blog for all neetbook related news and tricks. (Thanks for Audio and wireless tricks)