SamsungX05

Current Issues

* Front memory stick reader does not work

No other issues!

Hardware details

Hoary

Breezy?

Dapper

Edgy

Feisty

Installation works?

Yes

Yes

Yes

Yes

Yes

Hardware Information

Screen & Monitors

Device

Works?

Bug #

Hoary

Breezy

Dapper

Feisty

Screen

OK

OK

OK

OK

Correct resolution?

OK

OK

OK

OK

Correct refresh rate?

OK

OK

OK

OK

3D Acceleration

Untested

OK

OK

OK

External monitor works?

Yes

Yes

Yes

Yes

External monitor - mirrors

Yes

Yes

Yes

Yes

External monitor - extend desktop

Untested

Untested

Untested

Yes

S-Video output

Untested

Not working

Not working

Working

Power Management

Battery detected?

Yes

Yes

Yes

Yes

Hibernates

No

OK from menu (there is no button)
No. doesn't work in 1GB RAM. Unsure

Unknown

No?

Sleep (Suspend)

No

OK

OK

OK

Dim monitor on battery

No

OK

OK

OK

Blank monitor on inactivity

OK

OK

OK

OK

Lid Close

No

OK

OK

OK

Cpu frequency scaling

Untested

OK

OK

OK

Sound

Sound works?

Yes

Yes

Yes

Yes

Correct volume?

Yes

Yes

Yes

Yes

Hardware volume switch

No

Yes

Yes

Yes (in Gnome)

Headphone jack

Untested

Yes

Yes

Yes

Mic jack

Untested

Untested

Yes

Untested

Networking

Wired NIC

OK

OK

OK

OK

Wireless NIC

Untested

OK

OK

OK

PCMCIA NIC

Untested

Untested

Untested

Untested

Modem

No detected

Detected (Untested)

Detected (Untested)

Detected (Untested)

Touchpad & Mice

Touchpad

OK

OK

OK

OK

Touchpad - Doubletap = double click

OK

OK

OK

OK

Touchpad - Scroll down side

No

OK

OK

OK

External mouse - USB

Ok

OK

OK

OK

Docking Station/Port Replicator

AC through replicator

N/A

N/A

N/A

N/A

USB

N/A

N/A

N/A

N/A

External Monitor - VGA

N/A

N/A

N/A

External Monitor - DVI

N/A

N/A

N/A

Modem

N/A

N/A

N/A

N/A

NIC

N/A

N/A

N/A

N/A

Additional Hardware

RW-CD drive

OK

OK

OK

OK

R-DVD drive

OK

OK

OK

OK

PCMCIA cards

Untested

Untested

Yes

Untested

Card reader(s)

Untested

Untested

No

No

Function and other keys

Fn key

Operation

Keycode

Works?

Bug #

Hoary

Breezy

Dapper

Feisty

Fn+Esc

Sleep

No

OK

OK

OK

Fn+F2

Gauge

No

Untested

No

NO

Fn+F4

LCD/CTR

Untested

OK (for VGA output)

OK (for VGA)

OK

Fn+F6

Mute

160

No

OK

OK

Fn+F7

S/PDF

BIOS

Untested

Untested

OK

OK

Fn+F11

Num lock

77

OK

OK

OK

OK

Fn+F12

Scroll

78

Untested

Untested

Untested

Fn+arrow up

+Brightness

BIOS

OK

OK

OK

OK

OK but #16627

Fn+arrow down

-Brightness

BIOS

OK

OK

OK

OK

OK but #16627

Fn+arrow left

-volume

174

No

OK

OK

OK

Fn+arrow right

+volume

175

No

OK

OK

OK

Other special keys

Key

Operation

Keycode

Works?

Bug #

Hoary

Breezy

Dapper

Feisty

HotKey Browser

Launch browser

75

No

No

Yes

Yes

HotKey Mail

Launch mailreader

128

No

No

Yes

No

HotKey User

User Defined action

Untested

Untested

No

No

Needs investigating

HotKey WLAN off

on/off WLAN/Bluetooth

NO

OK

OK

OK

Notes

MichaelWood3 - For me Hibernate (which is different from suspend/standby) doesn't seem to have ever worked. Although there seems to be conflicting reports here.


Old Issues

I have problems with the Flight 4, and Flight 5. When Setup is installing the Xorg Server, it crashes down, and turn black the screen. TillRettig: The problem persists on Flight 6.

When you resume from standby/sleep mode the device eth0 (or which ever is your wireless interface) dissapears, looks like this could be a bug in the ipw2100 driver as I tried reloading the module and that worked fine. Bug #39644:

PaulSladen: the machine comes with a broken ACPI DSDT ("buggy BIOS"):

sudo apt-get install iasl
sudo cat /proc/acpi/dsdt > dsdt
iasl -d dsdt

patch with:

--- dsdt.dsl    2006-04-03 14:09:07.000000000 +0100
+++ dsdt.dsl    2006-04-03 14:08:16.000000000 +0100
@@ -201,2 +201,3 @@
         }
+       Return(Package(0x02){0x00, 0x00})
     }
@@ -2945,3 +2946,3 @@
                     OperationRegion (ECR, EmbeddedControl, 0x00, 0xFF)
-                    Field (ECR, DWordAcc, Lock, Preserve)
+                    Field (ECR, ByteAcc, Lock, Preserve)
                     {
@@ -2993,3 +2994,3 @@
                     {
-                        Return (One)
+                        Return ()
                     }

then compile it up and stick it in the initramfs before rebooting:

patch -p0 < samsung-x05-dsdt.dsl.diff
iasl dsdt.dsl
sudo cp DSDT.aml /etc/mkinitramfs/
sudo update-initramfs -u $(uname -r)

This is great and means that suspend now works... however, the little icons in the top-left hand corner now destory the mouse pointer as they don't restore it after borrowing it. (Press Ctrl-Alt-F1 then Alt-F7).

TillRettig: It didn't need to reasemble the DSDT -- just installing of Breezy and Dapper Flight6 gave success: Battery state was shown, Monitor- and Sound changing (fn+cursor keys) worked. Also suspend and hibernation: only the keys were not set correctly: hibernation worked only from the shutdown-menu, suspend with the hibernation-button (fn+Esc).

MichaelWood3: This was needed to get the mouse wheel and middle button to work correctly edit the xorg.conf and change the values for this section to look like this:

  • Section "InputDevice"
            Identifier      "Configured Mouse"
            Driver          "mouse"
            Option          "CorePointer"
            Option          "Device"                "/dev/input/mice"
            Option          "Protocol"              "ExplorerPS/2"
            Option          "ZAxisMapping"          "4 5"
    EndSection

PaulSladen:The Scrollwheel (also the middle button) is not working correctly. Apparently it was under Breezy, so this is a regression.

TillRettig: Scrollwheel works fine under Flight6.

PaulSladen: MemoryStick carder is a Cardbus/PCMCIA device that is "plugged in" when a flash card is inserted. No idea how to drive it.

PaulSladen: I wrote some acpi-support card for the VGA switching, but this might "just work" with a fixed DSDT anyway. Something isn't quite right, if you set the status to crt on lcd off, it actually returns crt on lcd on when queried. We worked out that the card does some fancy detection on whether a monitor is plugged into the secondary vga out.

PaulSladen: Can't work out how to get the battery key (or preferably, disable the hardware status icons). But the WWW, MAIL and TICK keys are: #23165.

LaptopTestingTeam/Old/SamsungX05 (last edited 2008-08-06 16:31:13 by localhost)