BEGINNERSLINUX.ORG
Dell Inspiron 9400
- Processor : Inspiron 9400
Duo Processor T2600 (2.66 GHz, 2 MB
cache,
667 MHz FSB)
- Screen : 17 inch Wide
Screen WXGA (1440x900) Graphics Media
Accelerator 950
- Drive : 120GB (7200 rpm)
SATA Hard Drive
- DVD : Fixed Internal 8X
DVD+/-RW Drive
- Graphics : Intel Media
Accelerator 950 Graphics Up to 128MB
shared system memory
- Sound : Intel Corporation
82801G (ICH7 Family) High Definition
Audio Controller (rev 01)
- WLAN : Intel Pro WLAN
3945 Internal Wireless (802.11a/b/g 54
Mbps) for Duo Processors
- Net : Broadcom
Corporation BCM4401-B0 100Base-TX (rev 02)
- Card reader : Ricoh Co
Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host
Adapter (rev 19)
- Firewire : FireWire (IEEE
1394): Ricoh Co Ltd Unknown device 0832
- Battery : Primary 80
Watt/Hour, 9 CELL Battery
- Memory : 1GB
- Card Reader : 5-in-1 card
reader
repo@cannabis:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and
945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile
945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML
Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
Port 1 (rev 01)
repo@cannabis:~$ lsusb
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
Port 2 (rev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
Port 4 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
#1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
#2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
#3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
#4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2
EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface
Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family)
Serial ATA Storage Controller IDE (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller
(rev 01)
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX
(rev 02)
0c:
00.0 Network controller: Broadcom Corporation Dell Wireless 1390 WLAN
Mini-PCI Card (rev 01)
repo@cannabis:~$
repo@cannabis:~$ lsusb
Bus 005 Device 002: ID 413c:a005 Dell Computer Corp.
Bus 005 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
repo@cannabis:~$
repo@cannabis:~$ df -h
Filesystem
Size Used Avail Use% Mounted on
/dev/sda1
259M 107M 139M 44% /
tmpfs
502M 0 502M 0% /lib/init/rw
udev
10M 64K 10M 1% /dev
tmpfs
502M 0 502M 0% /dev/shm
/dev/sda9
100G 9.9G 85G 11% /home
/dev/sda8
373M 11M 343M 3% /tmp
/dev/sda5
4.6G 2.2G 2.3G 49% /usr
/dev/sda6
2.8G 1.2G 1.5G 46% /var
repo@cannabis:~$
repo@cannabis:~$ cat
/etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>
<type> <options>
<dump> <pass>
proc
/proc
proc
defaults
0 0
/dev/sda1
/
ext3 defaults,errors=remount-ro
0 1
/dev/sda9
/home
ext3
defaults
0 2
/dev/sda8
/tmp
ext3
defaults
0 2
/dev/sda5
/usr
ext3
defaults
0 2
/dev/sda6
/var
ext3
defaults
0 2
/dev/sda7
none
swap
sw
0 0
/dev/scd0 /media/cdrom0
udf,iso9660 user,noauto
0 0
repo@cannabis:~$