To install Ubuntu-7.04 on a Dell Inspiron 1520

Introduction:

This Hint will get this list of hardware configured and working correctly, with Ubuntu-7.04:-

  • Ethernet
  • Internal Wifi (Intel IPW3945*, bcm43xx)
  • Bluetooth
  • Intel or Nvidia 8600M GT or ATI Graphics Cards
  • HD Sound card
  • USB ports
  • LCD Display
  • Keyboard
  • Mousepad (with mouse buttons and scroll bars)
  • Multimedia buttons
  • Web Cam
  • DVD +/- Burner
  • Digital Microphone
  • Audio input/outputs *1
  • S-Video connector
  • Firewire IEEE1394

 

Not yet working correctly:-

  • Internal modem (The driver has been known to disable the audio)

*1: An important note on the microphone: the Sound Recorder program in the Applications menu under Sound & Video should not be used for testing purposes. It resets parts of the mixer (most importantly it reduces InMux to 0 and disables ADCMux) which will cause the mic to not work. Instead, install Audacity using the command "sudo apt-get install audacity" in a terminal. It can record and do a lot more.

* The IPW3945 driver works, but can be unstable at times. Please read WiFi driver details below for more information.


Average: 4 (2 votes)

Installation

Hints on setting up your hardware while installing Ubuntu

You should be able to install Ubuntu-7.04 with the Alternate CD. You will have issues with the Ubuntu-7.04 live CD.
After installation, you will need to choose the "recovery mode" boot option. (Use the escape key to get the Grub menu).

The MD5 Sum ( for the ubuntu-7.04-alternate-i386.iso) should be:-

ff0cc7c9ed5157f0ff8c0f2213973f49

NOTE 0:- On some 64bit systems (using Ubuntu-64bit), you will not have a "boot splash" screen. You will only see a black screen while the system boots. But the system will work O.K otherwise. This is in relation to the default frame buffer used at boot up. (Will be looking to fix this soon)

NOTE 1:- If you cant install Ubuntu-7.04 by using the alternate CD (text mode), then install Ubuntu-6.10 using the graphical interface. You will then be able to upgrade to Ubuntu-7.04, using the Update Manager. You may need to use the "ATI Graphics card owners" section if the Xserver does
not run correctly (no mater what Graphics card you have). Also see NOTE 2: (Found at the "ALL Graphics Cards" section of this hint)

 

Log in as root and backup your /etc/X11/xorg.conf. You will need to edit it:-

sudo -i
cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup

Now choose the following Graphics card (that your system has) -->

 

 

Intel Graphics card owners (Under Review. Please post if the instructions work o.k or not for you.)

*You will need to be connected to a local network to do the following*

Remove the out dated Intel driver:-

apt-get remove xserver-xorg-video-i810

Update the /etc/apt/sources.list using Vim:-

cp -i /etc/apt/sources.list /etc/apt/sources.list_backup &&
vi /etc/apt/sources.list

Add the "feisty-proposed" and uncomment (or add) the "feisty-backports" sources:-

deb http://ca.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-proposed restricted main multiverse universe

Exit out of vim ("Esc" "Shift+:" "wq") and update the sources.list:-

aptitude -y update

Please make sure you have updated the Linux kernel to 2.6.20-16

NOTE: you might need to only use "aptitude" (which will give you menu options).


Install the new Intel driver:-

apt-get install xserver-xorg-video-intel

Reconfigure /etc/xorg.conf

Use Vim to edit /etc/X11/xorg.conf:-

vi /etc/X11/xorg.conf

Check to see if you have the device driver "intel" (located at “Section Device”)
You may need to change "intel" to "i810" for xorg to work correctly.


Nvidia Graphics card owners

The Xserver will correctly load the "nv" driver. But the "nv" driver may not correctly support "very new" graphics cards (like the G80). Sometimes the problem can also be in relation with the BIOS (firmware). If you find that the xserver fails to start up, then use Vim to edit /etc/X11/xorg.conf:-

vi /etc/X11/xorg.conf


Change the device driver “nv” to "vesa" (located at “Section Device”)

You will be loading the Nvidia drivers later on.



ATI Graphics card owners

The Xserver will correctly load the "vesa" or the "ati" driver. But the "vesa" driver has a broken refresh rate detection (with ATI cards), and the new ATI graphics card may not work with the "ati" driver. Sometimes the problem can be in relation with the BIOS (firmware). If you find that the xserver fails to start up, then use Vim to edit /etc/X11/xorg.conf:-

vi /etc/X11/xorg.conf

Change the device driver “ati” to “vesa” (located at “Section Device”)?
ATI card owners might need to make sure if the resolution is o.k to use. You might need to use 800x600 or 640x480 (as the only option) @ 24bit.
Also make sure you have the monitor Horizontal and Vertical settings (located at the “Section Monitor”) :-

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
"HorizSync 36-52"
"VertRefresh 36-60"
EndSection

You will be loading the ATI drivers later on.

 

All Graphics Cards

Make sure that the Default Depth (located at "Section Screen") is set to "16" or "24".

Notice that the "Subsection Display" has different "Mode" sections for other possible color Depths. Please ensure that you have set up the correct screen resolution to the color depth you want to use.

Once you have finished editing the /etc/X11/xorg.conf, reboot.
Allow all the automatic updates before continuing on.

 

NOTE 0:- I recommend using the default depth of "24", if you intend to run Beryl.

NOTE 1: If you have the Ubuntu 7.04 DVD, then please read the "DVD fix" found in the "Handy system configuration hints for Feasty" section before you reboot.

NOTE 2: If you have booted from Ubuntu-6.10 and added the needed changes to "/etc/X11/Xorg.conf" (Using the above hints). Try to restart the Xserver:-

startx

You now should be able to install Ubuntu-6.10 in graphical mode. Then upgrade to Ubuntu-7.04.

NOTE 3: If you still not able to start the Xserver, then try removing the “/etc/X11/xorg.conf”. This will allow the Xserver to scan and optimally configure all of the hardware devices, on your system. The following instructions will make a backup of your xorg.conf ( xorg.conf-bk), and then remove xorg.conf. We can restore xorg.conf later on.

sudo cp -a /etc/X11/xorg.conf /etc/X11/xorg.conf-bk &&
sudo rm /etc/X11/xorg.conf

Restart the Xserver:-

startx

Now we can restore xorg.conf (using the terminal):-

sudo cp -a /etc/X11/xorg.conf-bk /etc/X11/xorg.conf

Look at "/var/log/Xorg.0.log". There is lots of hints in the automatic "scan" (found in Xorg.0.log). Find the video driver and screen resolution used, and substitute the vaulues at "Section Device" and "Subsection Display" in "/etc/X11/xorg.conf" using Vi.

 

 

------------/How to use the Vi editor/---------------------------------

To edit (or add text) in Vi:-

Press the “i” key (without the quotes) to enter text.

To delete text:-

Press the “Esc” key (without the quotes) when you have finished entering text
Press the “delete” key (without the quotes) when the cursor is under the letter or value you need to delete.

To save and exit Vim:-

Press the “Esc” key (without the quotes) when you have finished entering text.
Press the “Shift (and) :” keys together (without the (and) and quotes) to get to the Vi command line, and then type the keys “wq” two Write to file and Quit.

If you want quit without saving in Vi, then use the “q!” command like so:-

Esc
Shift :
q!
-----------/EOF on How to use the Vi editor/-------------------------

 

 

Handy system configuration hints for Feasty

 

IRQ Balancing for Dual Core (SMP)

Search (in the Synaptic Package Manager) to see if you have the irqbalance package installed.
IRQ balancing is a must for propper IRQ sharing with SMP (or in our case Multi core) systems.

 

DVD fix

See this link for more information on getting the DVD player to work.

Use gedit (or vi) to edit /etc/modules:-

sudo gedit /etc/modules

And add the following line:-

piix

There is no need to rebuild the kernel image at all. Just reboot :)

Open up a terminal and check the DVD setup. Look out for DMA and I/O (16-Bit or 32-Bit), using the following command:-

sudo hdparm /dev/hda

If DMA is not enabled, then:-

sudo gedit /etc/hdparm.conf

 

And add this at the end of hdparm.conf file:-

/dev/hda {
dma = on
interrupt_unmask = on
io32_support = 1
}

***Note: Never use "hdpram" commands to SATA drives (like:- /dev/sda or /dev/sdc ...). You might kill your system/software (The 1520 uses PATA for the DVD Burner, and uses SATA for the Hard Drive. The following commands will only effect the DVD Burner on the 1520, which is what you want)***

 

 

Web Cam (32bit and 64bit tested)

The Dell Inspiron 1520 uses the UVC-Linux Web Cam driver.
Copy and past the following instructions in the terminal to install an updated version of linux-uvc driver:-

sudo apt-get install subversion build-essential linux-headers-$(uname -r) &&
svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk &&
cd trunk &&
make &&
sudo install -v -m644 uvcvideo.ko /lib/modules/$(uname -r)/kernel/ubuntu/media/usbvideo/uvcvideo.ko &&
sudo depmod -ae

Reboot :)

This driver only supports V4L2. Currently you can use Ekiga and aMSN (SVN version).
Patches for other Web cam programs (tvtime, mythtv,xawtv, kopete (SVN version) ) are found at the linux-uvc site.

 

Nvidia and ATI Graphics cards setup

Use Alberto Milone's Envy to install the Nvidia or ATI drivers.

 

Intel Graphics card setup

Setting Screen Resolution for Intel Chip sets information (If you don't like the default Screen Resolution) :-

sudo dpkg-reconfigure -phigh xserver-xorg

This should allow you to pick both the driver (intel or i810) and the resolutions you want.
For more information about wide screen resolutions, see here

 

WiFi driver details

Check to see if you already have the restricted driver running.

***There is a Wireless hard switch on the side (left) of the Notebook (Next to a small LED).***

 

ipw3945

At the moment, the ipw3945 driver works, but can play up from time to time (If you leave the Notebook off for a long period of time). We are looking into this issue now. So far, you can sometimes recover the WiFi connection, after you connect to via Ethernet. The Dell Bios update (A03), does not fix the issue. If any one can help with resolving this (ipw3945 driver) WiFi issue, then please feel free to post your ideas.

UPDATE

There is already a bug report about it here. So please help out, so we all can get this issue fixed ASAP. Also see this thread as well.

 

bcm43xx (Please confirm that these instructions work "as is" for you)

First, make sure the wireless is turned on in the BIOS, and that if you have the switch controlling the WiFi, that the switch is also turned on.

Add this to your /etc/apt/sources.list:-

deb http://ubuntu.cafuego.net edgy-cafuego bcm43xx

Get the repo key:-

wget http://ubuntu.cafuego.net/969F3F57.gpg -O- | sudo apt-key add -

Update package list and install the broadcom firmware:-

sudo apt-get update && sudo apt-get install bcm43xx-firmware

Load the kernel module (if you blacklisted it for ndiswrapper, make sure to remove it from /etc/modprobe.d/blacklist):-

sudo modprobe bcm43xx

Now the WiFi light should come on and you should see the interface listed:-

iwconfig

 

You can find more information from ubuntuforums.org on configuring the bcm43xx.

 

HD Audio card setup

Make sure you have the complete Alsa system installed:-

sudo apt-get install alsa-base alsa-tools alsa-oss alsa-utils alsa-firmware-loaders

Edit the /etc/modprobe.d/alsa-base file:-

sudo gedit /etc/modprobe.d/alsa-base

And add the following lines:-

options snd-hda-intel model=dell-laptop

Update and load modules:-

sudo update-modules &&
sudo modprobe snd-hda-intel model=dell-laptop ; modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; modprobe snd-seq-oss

 

Add-on_Packages

Here is some information about Ubuntu add ons from the Dell(Wiki Support)

 

UBUNTU WIKI HELP

Please use this Ubuntu Wiki link to configure other Software and Hardware setups:-

 

Notes

Most issues "may" be solved once Ubuntu-7.XX will come out some time in October.

 

Changelog:

(15th Jul 07) Added Notes and URL fixes. Added some more details
(20th Jul 07) Added note by ynef
(22 Jul 07) Fixed DVD Burner issues
(27th Jul 07) Added Intel driver links and information thanks to odin1965
(28th Jul 07) Added more Dell support. More information about kernel modules and Intel Graphics from specker
(28th Jul 07) Improved Intel Grapthics support, thanks for pointing out this information odin1965
(13th Aug 07) Web Cam working thanks to carminez
(20 Aug 07) Reformat. Thanks for testing and feedback oliparcol
(25 Aug 07) Added bcm43xx WiFi support, thanks goes to Altimar
(27-08-07) Added note about the Ubuntu 7.04 DVD, thanks goes to Leebobs
(31-08-07) Added MD5 Sum for ubuntu-7.04-alternate-i386.iso. Thanks Juanete
(1-09-07) Fixed jack audio output issues thanks to jeff_p. Changed IEEE1394 status, thanks unattached
(02-09-07) Removed Alsa driver link for support reasons

Hardware information

linux-laptop
description: Portable Computer
product: Inspiron 1520
vendor: Dell Inc.
serial: BTQKQ1S
width: 32 bits
capabilities: smbios-2.4 dmi-2.4
configuration: boot=normal chassis=portable uuid=44454C4C-5400-1051-804B-C2C04F513153
*-core
description: Motherboard
product: 0UW306
vendor: Dell Inc.
physical id: 0
serial: .BTQKQ1S.CN4864376I1462.
*-firmware
description: BIOS
vendor: Dell Inc.
physical id: 0
version: A00 (05/16/2007)
size: 64KB
capacity: 960KB
capabilities: isa pci pcmcia pnp upgrade shadowing cdboot bootselect int13floppy720 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp smartbattery biosbootspecification netboot
*-cpu
description: CPU
product: Intel(R) Core(TM)2 Duo CPU T7100 @ 1.80GHz
vendor: Intel Corp.
physical id: 400
bus info: cpu@0
version: 6.15.13
serial: 0000-06FD-0000-0000-0000-0000
slot: Microprocessor
size: 1801MHz
capacity: 1801MHz
width: 64 bits
clock: 200MHz
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx x86-64 constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm cpufreq
configuration: id=1
*-cache:0
description: L1 cache
physical id: 700
size: 32KB
capacity: 32KB
capabilities: internal write-back data
*-cache:1
description: L2 cache
physical id: 701
size: 2MB
capacity: 2MB
clock: 66MHz (15.0ns)
capabilities: pipeline-burst internal varies unified
*-logicalcpu:0
description: Logical CPU
physical id: 1.1
width: 64 bits
capabilities: logical
*-logicalcpu:1
description: Logical CPU
physical id: 1.2
width: 64 bits
capabilities: logical
*-memory
description: System Memory
physical id: 1000
slot: System board or motherboard
size: 2GB
*-bank:0
description: DIMM DDR Synchronous 667 MHz (1.5 ns)
product: 64T128021HDL3SB
vendor: 7F7F7F7F7F510000
physical id: 0
serial: 01024B13
slot: DIMM_A
size: 1GB
width: 64 bits
clock: 667MHz (1.5ns)
*-bank:1
description: DIMM DDR Synchronous 667 MHz (1.5 ns)
product: 64T128021HDL3SB
vendor: 7F7F7F7F7F510000
physical id: 1
serial: 01024C17
slot: DIMM_B
size: 1GB
width: 64 bits
clock: 667MHz (1.5ns)
*-pci
description: Host bridge
product: Mobile Memory Controller Hub
vendor: Intel Corporation
physical id: 100
bus info: pci@00:00.0
version: 0c
width: 32 bits
clock: 33MHz
*-pci:0
description: PCI bridge
product: Mobile PCI Express Root Port
vendor: Intel Corporation
physical id: 1
bus info: pci@00:01.0
version: 0c
width: 32 bits
clock: 33MHz
capabilities: pci normal_decode bus_master cap_list
configuration: driver=pcieport-driver
*-display
description: VGA compatible controller
product: nVidia Corporation
vendor: nVidia Corporation
physical id: 0
bus info: pci@01:00.0
version: a1
size: 256MB
width: 64 bits
clock: 33MHz
capabilities: vga bus_master cap_list
configuration: driver=nvidia latency=0
resources: iomemory:fd000000-fdffffff iomemory:e0000000-efffffff iomemory:fa000000-fbffffff ioport:ef00-ef7f irq:16
*-usb:0
description: USB Controller
product: 82801H (ICH8 Family) USB UHCI #4
vendor: Intel Corporation
physical id: 1a
bus info: pci@00:1a.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: uhci bus_master
configuration: driver=uhci_hcd latency=0
resources: ioport:6f20-6f3f irq:19
*-usbhost
product: UHCI Host Controller
vendor: Linux 2.6.20-16-lowlatency uhci_hcd
physical id: 1
bus info: usb@1
logical name: usb1
version: 2.06
capabilities: usb-1.10
configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s
*-usb
description: USB hub
product: BCM2045B2
vendor: Broadcom
physical id: 2
bus info: usb@1:2
version: 1.00
capabilities: usb-2.00
configuration: driver=hub maxpower=0mA slots=3 speed=12.0MB/s
*-usb:0
description: Bluetooth wireless interface
product: BCM2045
vendor: Broadcom Corp
physical id: 1
bus info: usb@1:2.1
version: 1.00
capabilities: bluetooth usb-2.00
configuration: driver=hci_usb maxpower=0mA speed=12.0MB/s
*-usb:1
description: Keyboard
vendor: Broadcom Corp
physical id: 2
bus info: usb@1:2.2
version: 1.00
capabilities: usb-2.00
configuration: driver=usbhid maxpower=0mA speed=12.0MB/s
*-usb:2
description: Mouse
vendor: Broadcom Corp
physical id: 3
bus info: usb@1:2.3
version: 1.00
capabilities: usb-2.00
configuration: driver=usbhid maxpower=0mA speed=12.0MB/s
*-usb:1
description: USB Controller
product: 82801H (ICH8 Family) USB UHCI #5
vendor: Intel Corporation
physical id: 1a.1
bus info: pci@00:1a.1
version: 02
width: 32 bits
clock: 33MHz
capabilities: uhci bus_master
configuration: driver=uhci_hcd latency=0
resources: ioport:6f00-6f1f irq:20
*-usbhost
product: UHCI Host Controller
vendor: Linux 2.6.20-16-lowlatency uhci_hcd
physical id: 1
bus info: usb@2
logical name: usb2
version: 2.06
capabilities: usb-1.10
configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s
*-usb:2
description: USB Controller
product: 82801H (ICH8 Family) USB2 EHCI #2
vendor: Intel Corporation
physical id: 1a.7
bus info: pci@00:1a.7
version: 02
width: 32 bits
clock: 33MHz
capabilities: ehci bus_master cap_list
configuration: driver=ehci_hcd latency=0
resources: iomemory:fed1c400-fed1c7ff irq:21
*-usbhost
product: EHCI Host Controller
vendor: Linux 2.6.20-16-lowlatency ehci_hcd
physical id: 1
bus info: usb@6
logical name: usb6
version: 2.06
capabilities: usb-2.00
configuration: driver=hub maxpower=0mA slots=4 speed=480.0MB/s
*-multimedia
description: Audio device
product: 82801H (ICH8 Family) HD Audio Controller
vendor: Intel Corporation
physical id: 1b
bus info: pci@00:1b.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: driver=HDA Intel latency=0
resources: iomemory:febfc000-febfffff irq:20
*-pci:1
description: PCI bridge
product: 82801H (ICH8 Family) PCI Express Port 1
vendor: Intel Corporation
physical id: 1c
bus info: pci@00:1c.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: pci normal_decode bus_master cap_list
configuration: driver=pcieport-driver
*-pci:2
description: PCI bridge
product: 82801H (ICH8 Family) PCI Express Port 2
vendor: Intel Corporation
physical id: 1c.1
bus info: pci@00:1c.1
version: 02
width: 32 bits
clock: 33MHz
capabilities: pci normal_decode bus_master cap_list
configuration: driver=pcieport-driver
*-network
description: Wireless interface
product: PRO/Wireless 3945ABG Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0c:00.0
logical name: eth1
version: 02
serial: 00:1b:77:7a:17:41
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ipw3945 driverversion=1.2.0mp firmware=14.2 1:0 () latency=0 link=no multicast=yes wireless=unassociated
resources: iomemory:f9fff000-f9ffffff irq:17
*-pci:3
description: PCI bridge
product: 82801H (ICH8 Family) PCI Express Port 4
vendor: Intel Corporation
physical id: 1c.3
bus info: pci@00:1c.3
version: 02
width: 32 bits
clock: 33MHz
capabilities: pci normal_decode bus_master cap_list
configuration: driver=pcieport-driver
*-usb:3
description: USB Controller
product: 82801H (ICH8 Family) USB UHCI #1
vendor: Intel Corporation
physical id: 1d
bus info: pci@00:1d.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: uhci bus_master
configuration: driver=uhci_hcd latency=0
resources: ioport:6f80-6f9f irq:19
*-usbhost
product: UHCI Host Controller
vendor: Linux 2.6.20-16-lowlatency uhci_hcd
physical id: 1
bus info: usb@3
logical name: usb3
version: 2.06
capabilities: usb-1.10
configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s
*-usb:4
description: USB Controller
product: 82801H (ICH8 Family) USB UHCI #2
vendor: Intel Corporation
physical id: 1d.1
bus info: pci@00:1d.1
version: 02
width: 32 bits
clock: 33MHz
capabilities: uhci bus_master
configuration: driver=uhci_hcd latency=0
resources: ioport:6f60-6f7f irq:20
*-usbhost
product: UHCI Host Controller
vendor: Linux 2.6.20-16-lowlatency uhci_hcd
physical id: 1
bus info: usb@4
logical name: usb4
version: 2.06
capabilities: usb-1.10
configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s
*-usb:5
description: USB Controller
product: 82801H (ICH8 Family) USB UHCI #3
vendor: Intel Corporation
physical id: 1d.2
bus info: pci@00:1d.2
version: 02
width: 32 bits
clock: 33MHz
capabilities: uhci bus_master
configuration: driver=uhci_hcd latency=0
resources: ioport:6f40-6f5f irq:21
*-usbhost
product: UHCI Host Controller
vendor: Linux 2.6.20-16-lowlatency uhci_hcd
physical id: 1
bus info: usb@5
logical name: usb5
version: 2.06
capabilities: usb-1.10
configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s
*-usb:6
description: USB Controller
product: 82801H (ICH8 Family) USB2 EHCI #1
vendor: Intel Corporation
physical id: 1d.7
bus info: pci@00:1d.7
version: 02
width: 32 bits
clock: 33MHz
capabilities: ehci bus_master cap_list
configuration: driver=ehci_hcd latency=0
resources: iomemory:fed1c000-fed1c3ff irq:19
*-usbhost
product: EHCI Host Controller
vendor: Linux 2.6.20-16-lowlatency ehci_hcd
physical id: 1
bus info: usb@7
logical name: usb7
version: 2.06
capabilities: usb-2.00
configuration: driver=hub maxpower=0mA slots=6 speed=480.0MB/s
*-usb
description: Video
product: Laptop Integrated Webcam
vendor: OmniVision Technologies, Inc. -2640-07.05.16.3
physical id: 6
bus info: usb@7:6
version: 1.00
capabilities: usb-2.00
configuration: driver=uvcvideo maxpower=500mA speed=480.0MB/s
*-pci:4
description: PCI bridge
product: 82801 Mobile PCI Bridge
vendor: Intel Corporation
physical id: 1e
bus info: pci@00:1e.0
version: f2
width: 32 bits
clock: 33MHz
capabilities: pci subtractive_decode bus_master cap_list
*-network
description: Ethernet interface
product: BCM4401-B0 100Base-TX
vendor: Broadcom Corporation
physical id: 0
bus info: pci@03:00.0
logical name: eth0
version: 02
serial: 00:19:b9:80:a7:fb
size: 100MB/s
capacity: 100MB/s
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=b44 driverversion=1.01 duplex=full ip=192.168.1.3 latency=64 link=yes multicast=yes port=twisted pair speed=100MB/s
resources: iomemory:f9bfe000-f9bfffff irq:17
*-firewire
description: FireWire (IEEE 1394)
product: Ricoh Co Ltd
vendor: Ricoh Co Ltd
physical id: 1
bus info: pci@03:01.0
version: 05
width: 32 bits
clock: 33MHz
capabilities: ohci bus_master cap_list
configuration: driver=ohci1394 latency=64 maxlatency=4 mingnt=2
resources: iomemory:f9bfd800-f9bfdfff irq:18
*-system:0
description: Generic system peripheral
product: R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter
vendor: Ricoh Co Ltd
physical id: 1.1
bus info: pci@03:01.1
version: 22
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: driver=sdhci latency=64
resources: iomemory:f9bfd400-f9bfd4ff irq:22
*-system:1 UNCLAIMED
description: System peripheral
product: Ricoh Co Ltd
vendor: Ricoh Co Ltd
physical id: 1.2
bus info: pci@03:01.2
version: 12
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=64
resources: iomemory:f9bfd500-f9bfd5ff irq:4
*-system:2 UNCLAIMED
description: System peripheral
product: R5C592 Memory Stick Bus Host Adapter
vendor: Ricoh Co Ltd
physical id: 1.3
bus info: pci@03:01.3
version: 12
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=64
resources: iomemory:f9bfd600-f9bfd6ff irq:4
*-system:3 UNCLAIMED
description: System peripheral
product: xD-Picture Card Controller
vendor: Ricoh Co Ltd
physical id: 1.4
bus info: pci@03:01.4
version: 12
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=64
resources: iomemory:f9bfd700-f9bfd7ff irq:4
*-isa
description: ISA bridge
product: Mobile LPC Interface Controller
vendor: Intel Corporation
physical id: 1f
bus info: pci@00:1f.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: isa bus_master cap_list
configuration: latency=0
*-ide
description: IDE interface
product: Mobile IDE Controller
vendor: Intel Corporation
physical id: 1f.1
bus info: pci@00:1f.1
version: 02
width: 32 bits
clock: 33MHz
capabilities: ide bus_master
configuration: driver=PIIX_IDE latency=0
resources: ioport:1f0-1f7 ioport:3f4-3f3 ioport:170-177 ioport:374-373 ioport:6fa0-6faf irq:16
*-ide
description: IDE Channel 0
physical id: 0
bus info: ide@0
logical name: ide0
clock: 33MHz
*-cdrom
description: DVD writer
product: TSSTcorp DVD+/-RW TS-L632D
physical id: 0
bus info: ide@0.0
logical name: /dev/hda
version: DE04
capabilities: packet atapi cdrom removable nonmagnetic dma lba iordy audio cd-r cd-rw dvd dvd-r
configuration: mode=udma2
*-disc
physical id: 0
logical name: /dev/hda
*-storage
description: SATA controller
product: Mobile SATA AHCI Controller
vendor: Intel Corporation
physical id: 1f.2
bus info: pci@00:1f.2
logical name: scsi0
logical name: scsi1
logical name: scsi2
version: 02
width: 32 bits
clock: 66MHz
capabilities: storage ahci_1.0 bus_master cap_list emulated scsi-host
configuration: driver=ahci latency=0
resources: ioport:6eb0-6eb7 ioport:6eb8-6ebb ioport:6ec0-6ec7 ioport:6ec8-6ecb ioport:6ee0-6eff iomemory:febfb800-febfbfff irq:17
*-disk
description: SCSI Disk
product: ST9120822AS
vendor: ATA
physical id: 0.0.0
bus info: scsi@0:0.0.0
logical name: /dev/sda
version: 3.CD
serial: 5LZ3V59V
size: 111GB
capabilities: partitioned partitioned:dos
configuration: ansiversion=5
*-volume:0
description: Linux filesystem partition
physical id: 1
bus info: scsi@0:0.0.0,1
logical name: /dev/sda1
capacity: 19GB
capabilities: primary
*-volume:1
description: Linux filesystem partition
physical id: 2
bus info: scsi@0:0.0.0,2
logical name: /dev/sda2
capacity: 94MB
capabilities: primary
*-volume:2 UNCLAIMED
description: Linux filesystem partition
physical id: 3
bus info: scsi@0:0.0.0,3
capacity: 19GB
capabilities: primary
*-volume:3
description: Extended partition
physical id: 4
bus info: scsi@0:0.0.0,4
logical name: /dev/sda4
size: 72GB
capacity: 72GB
capabilities: primary extended partitioned partitioned:extended
*-logicalvolume:0
description: Linux filesystem partition
physical id: 5
logical name: /dev/sda5
capacity: 996MB
*-logicalvolume:1
description: Linux swap / Solaris partition
physical id: 6
logical name: /dev/sda6
capacity: 509MB
capabilities: nofs
*-logicalvolume:2 UNCLAIMED
description: Linux filesystem partition
physical id: 7
capacity: 4000MB
*-logicalvolume:3 UNCLAIMED
description: Linux filesystem partition
physical id: 8
capacity: 10001MB
*-logicalvolume:4
description: Linux filesystem partition
physical id: 9
logical name: /dev/sda9
capacity: 9993MB
*-logicalvolume:5
description: Linux filesystem partition
physical id: a
logical name: /dev/sda10
capacity: 47GB
*-serial UNCLAIMED
description: SMBus
product: 82801H (ICH8 Family) SMBus Controller
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@00:1f.3
version: 02
width: 32 bits
clock: 33MHz
configuration: latency=0
resources: iomemory:febfb700-febfb7ff ioport:10c0-10df irq:10
*-battery
product: DELL UW28076
vendor: Sanyo
physical id: 1
slot: Sys. Battery Bay
capacity: 78000mWh
configuration: voltage=11.1V

 


Back to top