个人工具

“UbuntuHelp:Beginners/FAQ”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第4行: 第4行:
 
The intention of the page is to gather well-written answers to frequent questions (in the Absolute Beginners Forum) in an orderly fashion.
 
The intention of the page is to gather well-written answers to frequent questions (in the Absolute Beginners Forum) in an orderly fashion.
  
This page is in development.
+
Suggestions are welcomed at [http://www.ubuntuforums.org/showthread.php?t=379658 Feature Requests ]
  
Suggestions are welcomed at [http://www.ubuntuforums.org/showthread.php?t=379658 ~ Feature Requests ~ ]
+
== How to Install Ubuntu ==
  
 +
Installing an Operating System (OS) is a sophisticated and unfamiliar task for most computer users. Before you start you should back up your data at a minimum. As you embark you will be confronted with partitioning your hard drive (to make room for a new OS) and installing a boot loader (to boot your various OS).
  
== FAQ ==
+
Fortunately, installing Ubuntu is relatively easy. You will burn a CD, then start up your computer from that CD, which will allow you to preview the Ubuntu operating system. From the CD, you can also install Ubuntu onto your computer through a simple graphical interface. See GraphicalInstall for help on installing Ubuntu using the graphical installer.
  
=== How to Install Ubuntu ===
+
Occasionally the Desktop, or Live CD, will fail. It can then be helpful to consider the Alternate CD. The Alternate CD uses a command-line installer and is designed for more advanced users. If you are not comfortable using the Alternate CD, seek help from a more experienced Ubuntu user and they will help guide you through the process. The IRC channel #ubuntu on irc.freenode.net is a great place to get help.
 
+
Installing a Operating System (OS) is a sophisticated an unfamiliar task. Before you start you should back up your data at a minimum. As you embark you will be confronted with partitioning your hard drive (to make room for a new OS) and installing a boot loader (to boot your various OS).
+
 
+
Fortunately Installing Ubuntu is relatively easy.
+
 
+
Here are a few graphical guides :
+
 
+
GraphicalInstall ~ This guide will get from start to finish.
+
 
+
Occasionally the Desktop, or Live CD, will fail. It can then be helpful to consider the Alternate CD. The alternate CD uses an older installer.
+
  
 
Overview (for further information): [http://users.bigpond.net.au/hermanzone/ Installing from the Alternate CD]
 
Overview (for further information): [http://users.bigpond.net.au/hermanzone/ Installing from the Alternate CD]
  
Graphical guide: [http://users.bigpond.net.au/hermanzone/p3.htm Windows (ntfs) + Ubuntu 6.06 LTS]
+
Graphical guide: [http://users.bigpond.net.au/hermanzone/p3.htm Windows (NTFS) + Ubuntu]
  
  
==== Additional information ====
+
=== Additional information ===
  
Where to download Ubuntu : GettingUbuntu
+
Where to download Ubuntu: GettingUbuntu
  
How to burn the iso to CD : BurningIsoHowto
+
How to burn the CD image (ISO) to CD: BurningIsoHowto
  
Booting from the CD : [[UbuntuHelp:BootFromCD]]
+
Booting from the CD: [[UbuntuHelp:BootFromCD]]
  
Partitioning basics : [http://www.ubuntuforums.org/showthread.php?t=282018 Basic Partitioning]
+
Partitioning basics: [http://www.ubuntuforums.org/showthread.php?t=282018 Basic Partitioning]
  
Grub : GrubHowto
+
GRUB: GrubHowto
  
[http://users.bigpond.net.au/hermanzone/p15.htm Hermanzone : How to Grub]
+
[http://users.bigpond.net.au/hermanzone/p15.htm Hermanzone: How to Grub]
  
=== Desktop customization ===
+
== Desktop customization ==
  
  
==== Accessibility options ====
+
=== Accessibility options ===
System>preferences>Accessibility is correct on a Feisty (7.04) system, the latest version. Select Keyboard accessibility and enable sticky keys etc
+
Once Ubuntu is installed, select '''System -> Preferences -> Accessibility''' from the main menu (at the upper left-hand corner of the screen by default) of an Ubuntu 7.04 (Feisty Fawn) system, the latest version. Select Keyboard accessibility and enable sticky keys and other accessibility features,
  
On older system it is under System>preferences>Keyboard.
+
On older system it is under System -> Preferences -> Keyboard.
  
We also have some  accessibility documentation in the link
+
See the [[UbuntuHelp:Accessibility]] documentation for more information.
https://wiki.ubuntu.com/Accessibility/doc/Guide
+
  
==== General customization ====
+
=== General customization ===
 
[[UbuntuWiki:Beginners/Guide/DesktopCustomization|Desktop Customization]]
 
[[UbuntuWiki:Beginners/Guide/DesktopCustomization|Desktop Customization]]
  
=== Installing software ===
+
== Installing software ==
  
==== Repositories ====
+
=== Repositories ===
 
In general it is best (and easiest) to install from the Ubuntu repositories. Ubuntu is a Debian-based distribution and as such uses Synaptic, apt-get, and aptitude (as well as dpkg). dpkg, apt-get, and aptitude are all command line tools. Synaptic is a GUI front end for apt-get. Applications (programs) are packaged into .deb files :
 
In general it is best (and easiest) to install from the Ubuntu repositories. Ubuntu is a Debian-based distribution and as such uses Synaptic, apt-get, and aptitude (as well as dpkg). dpkg, apt-get, and aptitude are all command line tools. Synaptic is a GUI front end for apt-get. Applications (programs) are packaged into .deb files :
  
''' note you will need to enable all repositories by removing "#" from the front of any line that looks like a web address, save the file and reload sources'''
+
''' note: you will need to enable all repositories by removing "#" from the front of any line that looks like a web address, save the file and reload sources'''
  
 
Ubuntu or Gnome
 
Ubuntu or Gnome
第90行: 第80行:
  
  
==== Installing from source code ====
+
=== Installing from source code ===
  
AKA Compile
+
You can install programs by ''compiling'' their ''source code''. Source code is what a programmer writes in order to create a program. Compiling is the process of converting this code into a form that the computer can understand, so that the program can be run. All of the programs available in Ubuntu software repositories are in a ready-to-run (compiled) state. In general you will only ever need to compile an application if it is not available from the repositories.
  
In general you will compile an application only if it is unavailable from the repositories.
+
The compilation of source code can be a tricky process, as there are many things that could go wrong during the process. Compilation is recommended for advanced users only.
  
First install '''build-essential''' and '''checkinstall'''. build-essential is a meta package for the tools to compile source code. checkinstall will convert your newly compiled application into a .deb and then install. This has the advantage in that you may now use apt-get aptitude to manage the application.
+
To compile a program from source code, first install the '''build-essential''' and '''checkinstall''' packages. ''build-essential'' installs all of the basic tools required to compile source code. ''checkinstall'' will convert your newly compiled application into an Ubuntu/Debian package (.deb) and then install it. The advantage of this is that you may now use ''apt-get'' or ''aptitude'' to install and uninstall the program.
  
For further information on checkinstall : CheckInstall
+
For further information on ''checkinstall'', see CheckInstall.
  
 
The general steps are:
 
The general steps are:
  
1. download the source code.
+
* Download the source code.
 +
* Extract the source code. Source code is generally distributed in a .tar or archive format similar to a .zip file.
 +
'''Note:''' Not all .tar files contain source code. Some may be install scripts and others may be pre-compiled binaries.
 +
*#3 Read the README file for further information and instructions.
 +
* Open a Terminal ('''Applications''' -> '''Accessories''' -> '''Terminal''')
 +
* Type <code><nowiki>./configure --help</nowiki></code> in the Terminal to list all of the options.
 +
* Type <code><nowiki>./configure</nowiki></code> to prepare the source code for compilation.
 +
* Type <code><nowiki>make</nowiki></code> to compile the source code.
 +
* Type <code><nowiki>sudo checkinstall</nowiki></code> to create an Ubuntu/Debian package.
  
2. Extract the source code. Source code is generally distributed in a tar or archive format similar to a zip file.
+
For further information : http://cutlersoftware.com/ubuntuinstall/
  
*Note : Not all .tar are source code. Some may be install scripts and others may be pre-compiled binaries.
+
== Hardware ==
  
3. Read any README for further information or instructions.
+
Many people experience problems with some item of hardware. This section covers ways to tackle some common problems.
  
4. ./configure --help to list all the options
+
=== Identifying your hardware ===
  
5. ./configure
+
The model name on your hardware may be meaningless in Linux - what is important is the chipset. Also be aware that the same branded model may either have chipset revision or even different chipset.
  
6. make
+
==== PCI devices ====
  
7. sudo checkinstall
+
* To identify a PCI device, we can query the hardware by typing <code><nowiki>lspci</nowiki></code> into a Terminal.
 
+
* To identify a graphics card, we can narrow the query by searching for the term 'VGA' in the output of the <code><nowiki>lspci</nowiki></code> command:
For further information : http://cutlersoftware.com/ubuntuinstall/
+
<pre><nowiki>lspci | grep VGA
 
+
 
+
 
+
=== Hardware ===
+
==== General steps to identify ====
+
 
+
First things first, your model name on your hardware may be meaningless in linux- what is important is  the chipset.  Also be aware that the same branded model may either have chipset revision or even different chipset.
+
===== PCI devices =====
+
''' If we have for instance a pci device we can query in terminal '''
+
<pre><nowiki>
+
lspci
+
</nowiki></pre>
+
If we wanted just graphics card
+
<pre><nowiki>
+
lspci | grep VGA
+
 
</nowiki></pre>
 
</nowiki></pre>
example '' 0000:01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440 ] (rev a3) ''
+
'''Example output:''' <code><nowiki>0000:01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440 ] (rev a3)</nowiki></code>
  
===== USB devices =====
+
==== USB devices ====
''' FOR USB '''
+
<pre><nowiki>
+
lsusb
+
</nowiki></pre>
+
example
+
'' Bus 004 Device 002: ID 152e:2507 LG (HLDS)''
+
  
Above we see that '' Bus 004 Device 002 '' (handy if we need to point a program/driver to hardware location).
+
* To identify a USB device, we can query USB devices by typing <code><nowiki>lsusb</nowiki></code> into the Terminal
ID allows us to google the maker and device '' 152e:2507 '' and quite handy in this time we see the maker LG (basic usb info)
+
'''Example output:''' <code><nowiki>Bus 004 Device 002: ID 152e:2507 LG (HLDS)</nowiki></code>
 +
* Above, we see the output ''Bus 004 Device 002''. This is handy if we need to point a program/driver to the "location" of the hardware.
 +
* The ''ID'' allows us to search for the make and model of the device. From ''152e:2507'', we can find out that the manufacturer is LG (basic USB information)
 +
* For more detailed information on USB devices and their capabilities, run <code><nowiki>lsusb -v</nowiki></code> in a Terminal.
 +
* To see recent events involving USB devices which the kernel has recognized (for example, plugging and unplugging), type <code><nowiki>dmesg | tail</nowiki></code> in a Terminal
 +
* To monitor other events involving USB devices, type <code><nowiki>sudo udevmonitor</nowiki></code> into a Terminal
  
===== USB devices greater detail =====
+
For more information on troubleshooting certain types of USB device, see [[UbuntuHelp:DebuggingUSBStorage| Debugging USB Storage Devices]] and [[UbuntuHelp:UsbFlashDrives|USB Flash Drives]]
''' More detailed info of usb devices and capabilities '''
+
<pre><nowiki>
+
lsusb -v
+
</nowiki></pre>
+
''' To see recent changes kernel has recognised, best done by pluging in usb and unpluging '''
+
<pre><nowiki>
+
dmesg | tail
+
</nowiki></pre>
+
 
+
''' Monitoring events - ie: If you're running that command when you pull out and replug in your usb item, events should show up. '''
+
<pre><nowiki>
+
sudo udevmonitor
+
</nowiki></pre>
+
 
+
To learn more, see here:
+
* [[UbuntuHelp:DebuggingUSBStorage]]
+
* UsbFlashDrives
+
  
===== Hard drive info =====
+
==== Hard drive info ====
 
''' Hard drive and partition information '''
 
''' Hard drive and partition information '''
 
<pre><nowiki>
 
<pre><nowiki>
第173行: 第138行:
 
</nowiki></pre>
 
</nowiki></pre>
  
''' mount removable devices as normal user '''
+
You can also use gparted which can be installed by installing the gparted package. [https://help.ubuntu.com/community/InstallingSoftware Installing Software]
 +
 
 +
''' Mount removable devices as normal user '''
  
 
pmount is a wrapper around the standard mount program which permits normal users to mount removable devices without a matching /etc/fstab entry. This provides a robust basis for automounting frameworks like GNOME's Utopia project and confines the amount of code that runs as root to a minimum.
 
pmount is a wrapper around the standard mount program which permits normal users to mount removable devices without a matching /etc/fstab entry. This provides a robust basis for automounting frameworks like GNOME's Utopia project and confines the amount of code that runs as root to a minimum.
第187行: 第154行:
 
</nowiki></pre>
 
</nowiki></pre>
  
''' For usb storage that dont get recognised you could try: '''
+
''' For USB storage that do not get recognized you could try: '''
 
<pre><nowiki> sudo modprobe usb-storage
 
<pre><nowiki> sudo modprobe usb-storage
 
</nowiki></pre>
 
</nowiki></pre>
第196行: 第163行:
 
followed by pmount command
 
followed by pmount command
  
===== Query Motherboard bios =====
+
==== Query Motherboard bios ====
 
''' for board type /bios version etc '''
 
''' for board type /bios version etc '''
 
<pre><nowiki>
 
<pre><nowiki>
第204行: 第171行:
 
sudo dmidecode
 
sudo dmidecode
 
</nowiki></pre>
 
</nowiki></pre>
===== Other possible diagnostics =====
+
==== Other possible diagnostics ====
 
''' lsmod ''' — program to show the status of modules in the Linux Kernel
 
''' lsmod ''' — program to show the status of modules in the Linux Kernel
'' so if we wanted to just list usb modules and ignore case ''
+
'' so if we wanted to just list USB modules and ignore case ''
  
  
第251行: 第218行:
 
The value "0" turns off logging while "7" maximizes the volume of output. Logging information will only be output if CONFIG_SCSI_LOGGING was selected in the kernel build.
 
The value "0" turns off logging while "7" maximizes the volume of output. Logging information will only be output if CONFIG_SCSI_LOGGING was selected in the kernel build.
  
Warning
+
'''Warning''': "scsi log all" (and several other variants) can cause a logging infinite loop if the log file (typically /var/log/messages ) lies on a SCSI disk. Either turn off the kernel logging daemon or direct its output to a non SCSI device.
 
+
Warning: "scsi log all" (and several other variants) can cause a logging infinite loop if the log file (typically /var/log/messages ) lies on a SCSI disk. Either turn off the kernel logging daemon or direct its output to a non SCSI device.
+
 
Notes
 
Notes
 
[1]
 
[1]
第260行: 第225行:
  
  
''' Something else to check/try:Add irqpoll to grub '''
+
''' Something else to check/try: Add irqpoll to grub '''
  
 
<pre><nowiki>
 
<pre><nowiki>
第270行: 第235行:
  
  
==== wifi ====
+
=== WiFi ===
  
Although often wifi will work out of the box, sometimes a particular wifi card will work in either Ubuntu 6.06 LTS or 6.10 but not both. Therefore if you are having problems with your wifi you may want to try a different version of Ubuntu.
+
Although often WiFi will work out of the box, sometimes a particular WiFi card will work in either Ubuntu 6.06 LTS or 6.10 but not both. Therefore if you are having problems with your WiFi you may want to try a different version of Ubuntu.
  
 
See WirelessNetworking for instructions on how to configure your wireless connection.
 
See WirelessNetworking for instructions on how to configure your wireless connection.
  
If you are still having problems with your wifi you can try to manually configure the interface. In some cases there may be more than one method to get your wifi card to work. Make sure to keep track of which set of instructions you have followed in order to avoid unnecessary repetition.
+
If you are still having problems with your WiFi you can try to manually configure the interface. In some cases there may be more than one method to get your wireless card to work. Make sure to keep track of which set of instructions you have followed in order to avoid unnecessary repetition.
  
 
The first step is to identify which wifi card you have so that you can pick the relevant set of instructions, to do this type the following in the terminal:
 
The first step is to identify which wifi card you have so that you can pick the relevant set of instructions, to do this type the following in the terminal:
第290行: 第255行:
 
</nowiki></pre>
 
</nowiki></pre>
  
Once you have identified your wifi card you can proceed to the WifiDocs page and pick the relevant instructions (don't let the long list scare you, you only need the relevant entries).
+
Once you have identified your WiFi card you can proceed to the WifiDocs page and pick the relevant instructions (don't let the long list scare you, you only need the relevant entries).
  
Please note that Ubuntu 6.06 and 6.10 do not natively support wifi access to wpa encrypted networks. You will be required to install additional packages to access such networks. For further information please read [https://help.ubuntu.com/community/WifiDocs/WPAHowTo WifiDocs/WPAHowTo]
+
Please note that Ubuntu 6.06 and 6.10 do not natively support WiFi access to WPA encrypted networks. You will be required to install additional packages to access such networks. For further information please read [https://help.ubuntu.com/community/WifiDocs/WPAHowTo WifiDocs/WPAHowTo]
  
For further information :
+
For further information, see the [[UbuntuHelp:WirelessTroubleShootingGuide|Wireless Troubleshooting Guide]].
  
WirelessTroubleShootingGuide
+
=== Winmodem ===
  
 +
''No information yet.''
  
==== winmodem ====
+
=== Printers ===
  
==== Printers ====
+
''No information yet.''
  
=== Multimedia ===
+
== Multimedia ==
  
==== Legal issues ====
+
People sometimes have problems with certain types of audio and video file, or do not like the default multimedia applications. See below for information on working with multimedia in Ubuntu:
  
==== Further Information ====
+
* [[UbuntuHelp:RestrictedFormats|Restricted Formats]] - Information on playing multimedia files which use restricted formats
 +
* [[UbuntuHelp:MultimediaApplications|Multimedia Applications]] - Listings of multimedia software available with Ubuntu
  
RestrictedFormats
+
== System Administration ==
  
MultimediaApplications
+
Sometimes you may need to perform administrative tasks on your system. This section provides help with some common administrative tasks.
  
=== System admin ===
+
=== Mounting Disk Partitions ===
  
==== Mount ====
+
Sometimes, in order to access a hard drive (or a partition on the hard drive), you must ''mount'' the hard drive. Mounting is when Ubuntu connects a disk to itself, thus making it available for access.
  
In order to access you hard drive (partition) it must first be mounted.
+
Different disks/partitions can have different ''file system types''. A file system is a way of organizing information on a disk, and much initial configuration depends on the tye of file system the disk has.
  
Ubuntu must place the contents of the partition within the file system tree AKA mounting
+
==== Windows ====
  
Mounting and permissions depends on the file system:
+
To mount a Windows disk for both reading and writing:
  
===== Windows =====
+
* For ''vfat'' (FAT32) format disks, use <code><nowiki>umask=000</nowiki></code>
 
+
* For ''NTFS'' format disks, use [http://doc.gwos.org/index.php/NTFS-3g ntfs-3g] and an <code><nowiki>/etc/fstab</nowiki></code> entry something like this:
[http://www.psychocats.net/ubuntu/mountwindows Psychocats Mount windows]
+
<pre><nowiki>/dev/hda1  /media/windows  ntfs-3g  defaults  0  0
 
+
For read-write:
+
 
+
* vfat (FAT) use umask=000
+
 
+
* ntfs use [http://doc.gwos.org/index.php/NTFS-3g ntfs-3g] and a
+
****** fstab entry something like this:
+
<pre><nowiki>
+
/dev/hda1  /media/windows  ntfs-3g  defaults  0  0
+
 
</nowiki></pre>
 
</nowiki></pre>
 +
*#3  An alternate is ntfs-config. ntfs-config uses ntfs-3g to mount windows partitions via a GUI.
  
*  An alternate is ntfs-config. ntfs-config uses ntfs-3g to mount windows partitions via a gui
+
See [http://www.psychocats.net/ubuntu/mountwindows Mount Windows (Psychocats)] and [http://doc.gwos.org/index.php/Ntfs-config ntfs-config (GWOS)] for more information.
  
[http://doc.gwos.org/index.php/Ntfs-config ntfs-config]
+
==== Linux ====
  
===== Linux =====
+
To set permissions:
  
[http://www.psychocats.net/ubuntu/mountlinux Psychocats Mount Linux]
+
* Mount the partition
 +
* Use ''chmod'' on the directory which you mounted the disk to by typing something like <code><nowiki>sudo chmod 755 /mount/point</nowiki></code> into a Terminal
  
To set permissions, mount the partition, then chmod
+
To mount a partition at boot you will need to edit the <code><nowiki>/etc/fstab</nowiki></code> file. For an overview of fstab see [http://doc.gwos.org/index.php/Understanding_fstab Understanding fstab (GWOS)].
<pre><nowiki>
+
sudo chmod 755 /mount/point
+
</nowiki></pre>
+
  
To mount at boot you will need to edit /etc/fstab (as outlined in the links above).
+
If you would like to access EXT2 and EXT3 partitions from Windows, take a look at [http://www.fs-driver.org/url FS-Driver].
For an overview of fstab see: [http://doc.gwos.org/index.php/Understanding_fstab Understanding fstab]
+
  
For access to ext2/3 from windows see: [http://www.fs-driver.org/url]
+
See [http://www.psychocats.net/ubuntu/mountlinux Mount Linux (Psychocats)] for more information.
  
=== Server Install ===
+
== Server Install ==
  
Server installs typically have no gui and servers may administrated remotely via ssh or webmin.
+
Server installs typically have no GUI, and servers may administered remotely via SSH or Webmin. If you are new to server installs you can add a light window manager such as Fluxbox, IceWM, Openbox, or the Ubuntu desktop.
  
If you are new to server installs you can add a light window manager such a Fluxbox, IceWM, Openbox, or the Ubuntu desktop.
+
----
 +
[[category:CategoryCleanup]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月22日 (四) 12:05的版本


The intention of the page is to gather well-written answers to frequent questions (in the Absolute Beginners Forum) in an orderly fashion.

Suggestions are welcomed at Feature Requests

How to Install Ubuntu

Installing an Operating System (OS) is a sophisticated and unfamiliar task for most computer users. Before you start you should back up your data at a minimum. As you embark you will be confronted with partitioning your hard drive (to make room for a new OS) and installing a boot loader (to boot your various OS).

Fortunately, installing Ubuntu is relatively easy. You will burn a CD, then start up your computer from that CD, which will allow you to preview the Ubuntu operating system. From the CD, you can also install Ubuntu onto your computer through a simple graphical interface. See GraphicalInstall for help on installing Ubuntu using the graphical installer.

Occasionally the Desktop, or Live CD, will fail. It can then be helpful to consider the Alternate CD. The Alternate CD uses a command-line installer and is designed for more advanced users. If you are not comfortable using the Alternate CD, seek help from a more experienced Ubuntu user and they will help guide you through the process. The IRC channel #ubuntu on irc.freenode.net is a great place to get help.

Overview (for further information): Installing from the Alternate CD

Graphical guide: Windows (NTFS) + Ubuntu


Additional information

Where to download Ubuntu: GettingUbuntu

How to burn the CD image (ISO) to CD: BurningIsoHowto

Booting from the CD: UbuntuHelp:BootFromCD

Partitioning basics: Basic Partitioning

GRUB: GrubHowto

Hermanzone: How to Grub

Desktop customization

Accessibility options

Once Ubuntu is installed, select System -> Preferences -> Accessibility from the main menu (at the upper left-hand corner of the screen by default) of an Ubuntu 7.04 (Feisty Fawn) system, the latest version. Select Keyboard accessibility and enable sticky keys and other accessibility features,

On older system it is under System -> Preferences -> Keyboard.

See the UbuntuHelp:Accessibility documentation for more information.

General customization

Desktop Customization

Installing software

Repositories

In general it is best (and easiest) to install from the Ubuntu repositories. Ubuntu is a Debian-based distribution and as such uses Synaptic, apt-get, and aptitude (as well as dpkg). dpkg, apt-get, and aptitude are all command line tools. Synaptic is a GUI front end for apt-get. Applications (programs) are packaged into .deb files :

note: you will need to enable all repositories by removing "#" from the front of any line that looks like a web address, save the file and reload sources

Ubuntu or Gnome

gksudo gedit /etc/apt/sources.list

Kubuntu or KDE

kdesu kate /etc/apt/sources.list

Xubuntu or Xfce

gksudo mousepad /etc/apt/sources.list

Server users

sudo nano /etc/apt/sources.list

Example foo-xvz.deb

  • foo = application (program) name
  • -xyz = version

dpkg will install a .deb file you may have downloaded, dpkg will install the .deb, but not handle dependencies.

apt-get, aptitude, and synaptic will download and install your application and dependencies.

For further information : InstallingSoftware


Installing from source code

You can install programs by compiling their source code. Source code is what a programmer writes in order to create a program. Compiling is the process of converting this code into a form that the computer can understand, so that the program can be run. All of the programs available in Ubuntu software repositories are in a ready-to-run (compiled) state. In general you will only ever need to compile an application if it is not available from the repositories.

The compilation of source code can be a tricky process, as there are many things that could go wrong during the process. Compilation is recommended for advanced users only.

To compile a program from source code, first install the build-essential and checkinstall packages. build-essential installs all of the basic tools required to compile source code. checkinstall will convert your newly compiled application into an Ubuntu/Debian package (.deb) and then install it. The advantage of this is that you may now use apt-get or aptitude to install and uninstall the program.

For further information on checkinstall, see CheckInstall.

The general steps are:

  • Download the source code.
  • Extract the source code. Source code is generally distributed in a .tar or archive format similar to a .zip file.

Note: Not all .tar files contain source code. Some may be install scripts and others may be pre-compiled binaries.

    1. 3 Read the README file for further information and instructions.
  • Open a Terminal (Applications -> Accessories -> Terminal)
  • Type ./configure --help in the Terminal to list all of the options.
  • Type ./configure to prepare the source code for compilation.
  • Type make to compile the source code.
  • Type sudo checkinstall to create an Ubuntu/Debian package.

For further information : http://cutlersoftware.com/ubuntuinstall/

Hardware

Many people experience problems with some item of hardware. This section covers ways to tackle some common problems.

Identifying your hardware

The model name on your hardware may be meaningless in Linux - what is important is the chipset. Also be aware that the same branded model may either have chipset revision or even different chipset.

PCI devices

  • To identify a PCI device, we can query the hardware by typing lspci into a Terminal.
  • To identify a graphics card, we can narrow the query by searching for the term 'VGA' in the output of the lspci command:
lspci | grep VGA

Example output: 0000:01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440 ] (rev a3)

USB devices

  • To identify a USB device, we can query USB devices by typing lsusb into the Terminal

Example output: Bus 004 Device 002: ID 152e:2507 LG (HLDS)

  • Above, we see the output Bus 004 Device 002. This is handy if we need to point a program/driver to the "location" of the hardware.
  • The ID allows us to search for the make and model of the device. From 152e:2507, we can find out that the manufacturer is LG (basic USB information)
  • For more detailed information on USB devices and their capabilities, run lsusb -v in a Terminal.
  • To see recent events involving USB devices which the kernel has recognized (for example, plugging and unplugging), type dmesg | tail in a Terminal
  • To monitor other events involving USB devices, type sudo udevmonitor into a Terminal

For more information on troubleshooting certain types of USB device, see Debugging USB Storage Devices and USB Flash Drives

Hard drive info

Hard drive and partition information

sudo fdisk -l

You can also use gparted which can be installed by installing the gparted package. Installing Software

Mount removable devices as normal user

pmount is a wrapper around the standard mount program which permits normal users to mount removable devices without a matching /etc/fstab entry. This provides a robust basis for automounting frameworks like GNOME's Utopia project and confines the amount of code that runs as root to a minimum.

This package also contains a wrapper "pmount-hal" which reads some information like device labels and mount options from hal and passes them to pmount. Install the package "hal" if you want to use this feature.

If a LUKS capable cryptsetup package is installed, pmount is able to transparently mount encrypted volumes.

example

pmount /dev/sda

For USB storage that do not get recognized you could try:

 sudo modprobe usb-storage
sudo locate usb_storage

followed by pmount command

Query Motherboard bios

for board type /bios version etc

sudo lshw | less
sudo dmidecode

Other possible diagnostics

lsmod — program to show the status of modules in the Linux Kernel so if we wanted to just list USB modules and ignore case


sudo lsmod | grep -i usb

or all devices general info

lsmod

To display the SCSI devices currently attached (and recognized) by the SCSI subsystem use

cat /proc/scsi/scsi.

The output looks like this:

Attached devices: Host: scsi0 Channel: 00 Id: 02 Lun: 00 Vendor: PIONEER Model: DVD-ROM DVD-303 Rev: 1.10 Type: CD-ROM ANSI SCSI revision: 02 Host: scsi1 Channel: 00 Id: 00 Lun: 00 Vendor: IBM Model: DNES-309170W Rev: SA30 Type: Direct-Access ANSI SCSI revision: 03

After the "Attached devices:" line there are 3 lines for each recognized device. The first of these lines is SCSI address information discussed in Section 3.1. The following 2 lines of data are obtained from a INQUIRY command that was performed on the device when it was attached. See Section 9.4 for the relationship between the ordering of these devices compared with the sg driver's ordering (which most of the time is the same).

Existing devices can be removed using echo "scsi remove-single-device <h> <t> <l>" > /proc/scsi/scsi where the variables are host, bus (channel), target (scsi id) and lun. The success (or otherwise) of this command can be determined by sending a subsequent cat /proc/scsi/scsi command. The removal will fail if the device is busy (e.g. if a file system on the device is mounted).

New devices can be added using echo "scsi add-single-device <h> <b> <t> <l>" > /proc/scsi/scsi where the variables are host, bus (channel), target (scsi id) and lun. The success (or otherwise) of this command can be determined by sending a subsequent cat /proc/scsi/scsi command. [1]

The SCSI subsystem does not support hot-plugging of SCSI devices (there may also be electrical issues on the associated SCSI parallel bus). It is recommended that those who use add+remove-single-device make sure that other devices on that SCSI bus are inactive if re-plugging is going to take place.

To output a list of internal SCSI command blocks use echo "scsi dump <n>" > /proc/scsi/scsi where the numeric value of <n> doesn't matter. This is probably only of interest to people chasing down bugs within the SCSI subsystem.

To start (or stop) logging information being sent to the console/log use echo "scsi log <token> <n>" > /proc/scsi/scsi where <token> is one of: {all, none, error, timeout, scan, mlqueue, mlcomplete, llqueue, llcomplete, hlqueue, hlcomplete, ioctl} and <n> is a number between 0 and 7. The tokens "all" and "none" don't take an <n> argument. Prefix meanings:

hl upper level drivers [exception: sg uses "timeout"] ml mid level ll lower level drivers [adapter drivers often have there own flags]

The value "0" turns off logging while "7" maximizes the volume of output. Logging information will only be output if CONFIG_SCSI_LOGGING was selected in the kernel build.

Warning: "scsi log all" (and several other variants) can cause a logging infinite loop if the log file (typically /var/log/messages ) lies on a SCSI disk. Either turn off the kernel logging daemon or direct its output to a non SCSI device. Notes [1]

The parsing of "add-single-device" and "remove-single-device" is rather inflexible. Hence it is best to stay close to the demonstrated syntax with no extra spaces (and no tabs).


Something else to check/try: Add irqpoll to grub

gksudo gedit /boot/grub/menu.lst
  1. defoptions=quiet splash noapic irqpoll

'sudo update-grub'


WiFi

Although often WiFi will work out of the box, sometimes a particular WiFi card will work in either Ubuntu 6.06 LTS or 6.10 but not both. Therefore if you are having problems with your WiFi you may want to try a different version of Ubuntu.

See WirelessNetworking for instructions on how to configure your wireless connection.

If you are still having problems with your WiFi you can try to manually configure the interface. In some cases there may be more than one method to get your wireless card to work. Make sure to keep track of which set of instructions you have followed in order to avoid unnecessary repetition.

The first step is to identify which wifi card you have so that you can pick the relevant set of instructions, to do this type the following in the terminal:

lspci

The output you are looking for will look similar to this:

00:09.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)

Once you have identified your WiFi card you can proceed to the WifiDocs page and pick the relevant instructions (don't let the long list scare you, you only need the relevant entries).

Please note that Ubuntu 6.06 and 6.10 do not natively support WiFi access to WPA encrypted networks. You will be required to install additional packages to access such networks. For further information please read WifiDocs/WPAHowTo

For further information, see the Wireless Troubleshooting Guide.

Winmodem

No information yet.

Printers

No information yet.

Multimedia

People sometimes have problems with certain types of audio and video file, or do not like the default multimedia applications. See below for information on working with multimedia in Ubuntu:

System Administration

Sometimes you may need to perform administrative tasks on your system. This section provides help with some common administrative tasks.

Mounting Disk Partitions

Sometimes, in order to access a hard drive (or a partition on the hard drive), you must mount the hard drive. Mounting is when Ubuntu connects a disk to itself, thus making it available for access.

Different disks/partitions can have different file system types. A file system is a way of organizing information on a disk, and much initial configuration depends on the tye of file system the disk has.

Windows

To mount a Windows disk for both reading and writing:

  • For vfat (FAT32) format disks, use umask=000
  • For NTFS format disks, use ntfs-3g and an /etc/fstab entry something like this:
/dev/hda1  /media/windows  ntfs-3g  defaults  0  0
    1. 3 An alternate is ntfs-config. ntfs-config uses ntfs-3g to mount windows partitions via a GUI.

See Mount Windows (Psychocats) and ntfs-config (GWOS) for more information.

Linux

To set permissions:

  • Mount the partition
  • Use chmod on the directory which you mounted the disk to by typing something like sudo chmod 755 /mount/point into a Terminal

To mount a partition at boot you will need to edit the /etc/fstab file. For an overview of fstab see Understanding fstab (GWOS).

If you would like to access EXT2 and EXT3 partitions from Windows, take a look at FS-Driver.

See Mount Linux (Psychocats) for more information.

Server Install

Server installs typically have no GUI, and servers may administered remotely via SSH or Webmin. If you are new to server installs you can add a light window manager such as Fluxbox, IceWM, Openbox, or the Ubuntu desktop.