Dell Inspiron 1525
From Gentoo Linux Wiki
Contents |
[edit] Introduction
This article is dedicated to the Dell Inspiron 1525, which can be bought with Ubuntu Linux preinstalled. As it already ships with Linux, most (if not all) hardware should run.
[edit] Hardware
| Type | Device | Works | Driver | Comments |
|---|---|---|---|---|
| Processor | Intel Celeron or Core 2 Duo | works | no driver needed ;) | |
| Drives and Storage | Hard drive | works | ahci | |
| Optical Drive | works | ata_piix | ||
| Firewire | works | ohci1394 | ||
| SD and MMC card readers | works | sdhci | ||
| Memory Stick reader | doesn't work | this nasty entry spoils the whole picture | ||
| xD card reader | untested | |||
| USB | USB | works | uhci, ehci | |
| Graphics | Intel GMA X3100 | works | i915 in kernel and xf86-video-intel X.org driver | upgrade Mesa if experiencing X server lockups with 3D |
| NVIDIA Geforce 8400 GS / 8600M GT | works | nvidia-drivers X.org driver (proprietary) | ||
| Input devices | Keyboard | works | ||
| Touchpad | works | synaptics (optional) | ||
| Hotkeys | works | pbbuttonsd can be used for volume control | ||
| Networking | Ethernet | works | sky2 | |
| Wireless (Intel) | works | iwl3945 | ||
| Wireless (Dell) | works | bcm43xx or ndiswrapper or wl | See below | |
| Modem | works | hsfmodem | ||
| Bluetooth | works | hci_usb | ||
| EVDO | works | airprime | ||
| Sound | Intel HD Audio | works | snd_intel_hda | |
| Other | ExpressCard | works | pciehp | |
| Webcam | works | uvcvideo | ||
| Hardware Sensors | works | i8k | fan speed is probably reported multiplied by a factor of 100 | |
| Suspend to RAM | works | s2ram or uswsusp | ||
| Suspend to Disk | works | swsusp |
[edit] Notes
[edit] Sound
[edit] Selecting only the needed HD Audio codecs
| Linux Kernel Configuration: Intel HD Audio codecs |
Device Drivers --->
<*> Sound card support --->
<*> Advanced Linux Sound Architecture --->
[*] PCI sound devices --->
<*> Intel HD Audio
[*] Build hwdep interface for HD-audio driver
[*] Build IDT/Sigmatel HD-audio codec support
|
[edit] Selecting codec chip model
snd-hda-intel.model=dell-bios
[edit] Using the microphone
To activate the microphone you have to enable all Capture and Mux channels (left and right) and also set Input Source to Digital Mic.
On one system, the built-in speakers were playing from the surround channels. If you are not getting sound, be sure to check that your surround channels are not muted.
[edit] Wireless
There are many different Broadcom chips that can be shipped with Dell Inspiron 1525. Therefore, make sure you find the correct drivers for the Broadcom card you have.
[edit] Broadcom 43xx kernel driver
Your chip may be supported by b43 or b43legacy drivers. See the Broadcom 43xx article for list of supported/unsupported devices and useful information. If your chip isn't supported, you can use Ndiswrapper or Official Broadcom driver - both work good.
[edit] Ndiswrapper
Use the driver provided by Dell. The DRIVER_US folder contains the driver information file bcmwl5.inf which then can be used with Ndiswrapper.
[edit] Official Broadcom driver
Emerge net-wireless/broadcom-sta.
[edit] Framebuffer
This table lists kernel command line parameter "vga=" suitable for use with vesafb.
| Color depth | 1280x800 | 1440x900 |
|---|---|---|
| 8 | 0x360 | 0x363 |
| 16 | 0x361 | 0x364 |
| 32 | 0x362 | 0x365 |
[edit] Kernel Configuration
Here is a working kernel configuration for this laptop.