J.A. Watson (j.a.watson@bluewin.ch)
Yoran Brondsema (yoran.brondsema@gmail.com)
The latest in this excellent AMD-powered sub-laptop line.
| Name | Pavilion dm1-4010ez |
| Processor | AMD E-450 Dual Core 1.65GHz |
| Screen | 11.6” 1366×768 |
| RAM | 4GB |
| HDD | 500GB |
| Optical Drive | External USB DVD+/-RW |
| Graphics | Radeon 6320M |
| Network | Wired 10/100/1000, Wireless b/g/n, Bluetooth 3.0 |
| Device | Compatibility | Comments |
| Processor | Yes |
| Screen | Yes |
| HDD | Yes |
| Optical Drive | Yes |
| Graphics | Yes | Only tested with FOSS Radeon driver |
| Sound | Yes (for openSUSE 12.1 see below) |
| Ethernet | Yes |
| Wireless | Yes | Range/Signal Strength seems limited (see below for fix) |
| Bluetooth | No | Unable to add bluetooth peripherals |
| 56K Modem | N/A |
| USB | Yes |
| Firewire | N/A |
| Card Reader | Yes |
| ExpressCard Slot | N/A |
| Camera | Yes |
| Fn-Keys | Yes |
The good news about this sub-notebook is that it is not cursed with the Synaptic “Click Pad” touchpad as was in its predecessor (dm1-3105ez). The bad news is that they have switched from the Ralink 5390 WiFi adapter which was finally working quite nicely with the latest Linux distributions, back to the Broadcom 4313. It is particularly nice that all of the Fn-keys work (volume up/down/mute, brightness up/down, wireless on/off) and Suspend/Resume work.
The open-source brcmsmac driver included in many distributions does not work well with the Broadcom 4313 adapter. The connection is slow and it recognizes a low signal strength.
The solution is to install the proprietary broadcom-wl driver.
After installation, replace the brcmsmac driver by the broadcom-wl driver. In /etc/modprobe.d/50-blacklist.conf append the following two lines.
blacklist brcmsmac
blacklist bcma
On openSUSE 12.1 (and maybe other distributions as well), no action is taken when the lid closes. In most cases, it is convenient for the laptop to suspend to RAM when the lid is closed. To achieve this, perform the following commands.
su
touch /etc/acpi/events/lid
Insert the following in /etc/acpi/events/lid.
event=button/lid
action=/etc/acpi/actions/suspend.sh %e
Now create a file /etc/acpi/actions/suspend.sh with the following contents.
#!/bin/bash
sleep 1
/usr/sbin/pm-suspend
Make this file executable.
chmod +x /usr/sbin/pm-suspend
Finally, exit root login.
exit
Now, suspend-to-RAM should be triggered when closing the lid.
I have loaded several Linux distributions on this laptop, with mixed results.
openSuSE 12.1, Ubuntu 11.10, Linux Mint 12, Fedora 16, PCLinuxOS 2011.09: Installed without problem, and everything except Bluetooth works. Right-click on the Bluetooth Manager icon brings up a window which does not include the “Send files to device…” or “Add a new device…” options. Note that with Fedora 16, the Broadcom 4313 drivers were not included in the original distribution, so after installing you have to get all updates (via wired network or mobile broadband) before the wireless networking will work.
Linux Mint Debian 201109 Gnome: Works after first installation, but when updated to the 3.0 kernel it hangs when booting. Back off to the 2.6.39 kernel, and everything works.
Discussion
You indicate in above that audio works. Have you tested also that internal mic works? For me it doesn't.
I have bought this Subnotebook and after the instalation of Ubuntu 11.10 64-Bit and the additional drivers (proposed by ubuntu for the Broadcom w-lan-card and the ati radeon hd video-card) everything works! Nice and fast Subnotebook!