SamsungQ45Dalia

System

Contact

MikaFischer

Make

Samsung

Brand

Q45 Aura

Model

T7250 Dalia

Website

Samsung (german)

Current Issues

List of Q45 specific bugs

Description

Bug

Workaround?

Fails to boot

146692

Yes

Hotkeys don't work

212790

No

MTRRs set up incorrectly with 4GB RAM (slow video)

210780

Yes

Sound does not work after resuming from suspend/hibernate

200210

Yes

Card reader cannot read MMC cards

111089

Yes

Card reader cannot read XD or MemoryStick cards

202490

No

System Info (from dmidecode)

system-manufacturer

SAMSUNG ELECTRONICS CO., LTD.

system-product-name

SQ45S70S

system-version

08ST

bios-version

13ST

Hardware details

Screen & Monitors

Device

Works?

Bug #

in Hardy (8.04 LTS)

in Intrepid (devel)

Screen

Yes (4)

Untested

210780

Correct resolution?

Yes

Untested

Correct refresh rate?

Yes

Untested

3D Acceleration

Yes

Untested

External monitor works?

Yes (2)

Untested

221334 221898

External monitor - mirrors

Yes (2)

Untested

External monitor - extend desktop

Yes (2) (5) (6)

Untested

146859

Power Management

Battery detected?

Yes

Untested

Hibernate

Yes (9)

Untested

200210

Suspend

Yes (9)

Untested

200210

Dim monitor on battery

No (11)

Untested

221478

Blank monitor on inactivity

No (10)

Untested

221478

Lid Close

No (8)

Untested

89860 44058

Cpu frequency scaling

Yes

Untested

Sound

Sound works?

Yes

Untested

Correct volume?

Yes

Untested

Hardware volume switch

Yes

Untested

Headphone jack

Yes

Untested

Mic jack

Yes

Untested

Networking

Wired NIC

Yes

Untested

Wireless NIC

Yes

Untested

PCMCIA NIC

Untested

Untested

Firewire

Untested

Untested

Bluetooth

Yes

Untested

Modem

Untested

Untested

Touchpad & Mice

Touchpad

Yes

Untested

Touchpad - Doubletap = double click

Yes

Untested

Touchpad - Scroll down side

Yes

Untested

External mouse - USB

Yes

Untested

Additional Hardware

CD/DVD drive

Yes

Untested

PCMCIA cards

Untested

Untested

Card reader(s)

Yes (7)

Untested

111089 202490

Webcam

Yes (1)

Untested

Function and other keys

Fn key

Operation

Keycode

Works?

Bug #

in Hardy (8.04 LTS)

in Intrepid (devel)

+ Esc

Sleep

Yes

Untested

+ F2

Battery status

e003:0x83

No

Untested

212790

+ F3

Euro

(3)

No

Untested

212790

+ F4

Display switch

e002:0x82

No

Untested

212790

+ F5

Backlight switch

e004:0x84

No

Untested

212790

+ F6

Mute audio

Yes

Untested

+ F7

System repair

e031:0xb1

No

Untested

212790

+ F8

Speed switch

e033:0xb3

No

Untested

212790

+ F9

WLAN siwtch

e006:0x86

No

Untested

212790

+ F10

Disable touchpad

Yes

Untested

+ F11

Num lock

Yes

Untested

+ F12

Scroll lock

Yes

Untested

+ Up

Brightness up

e008:0x88

No

Untested

212790 221478

+ Down

Brightness down

e009:0x89

No

Untested

212790 221478

+ Left

Volume down

Yes

Untested

+ Right

Volume up

Yes

Untested

Notes

(1)

Works with v4l2 but not with v4l. But most applications support v4l2 nowadays (ekiga, cheese, skype), so this is almost a non-issue.

(2)

Technically this works perfectly with the xrandr tool. The GUI shipped with hardy has many problems however. I could not get it to expand the desktop for instance.

(3)

Strangely this key produces the following keysyms in xev: Alt_L (press), KP_Insert, KP_End, KP_Down, KP_Up, Alt_L (release)

(4)

There is an issue which seriously affects video performance with 4GB of RAM (see 210780)

(5)

Compiz will only work with combined resolutions up to 2048x2048 pixels. This is a driver bug that apparently is fixed in Xorg trunk!

(6)

X will be limited to the maximum supported resolution of the devices connected on startup. If you want to plug in a higher-resolution display after startup or if you want to extend your desktop (aka. multi-head), put in an appropriate Virtual width height line into your /etc/X11/xorg.conf (More detailed explanation).

(7)

SD cards work, MMC cards can be made to work with a kernel patch, XD and MemoryStick are not supported due to the manufacturer not providing specs AFAICT

(8)

The display backlight is switched off automatically by the hardware but HAL does not notice the lid close event.

(9)

After resuming from suspend or hibernate, sound is no longer working (see 200210).

(10)

The screen blanks but the backlight actually stays on!

(11)

You can let the hardware do it via a BIOS setting but I disabled that.

Workarounds

Workaround for "Fails to boot"

  • To get the LiveCD to boot, pass acpi=off as kernel parameter

  • Then install Ubuntu normally
  • When booting the installed system you must again pass acpi=off

  • Then blacklist the video kernel module:

    • echo "blacklist video" | sudo tee /etc/modprobe.d/blacklist-q45

  • Reboot without passing acpi=off

Workaround for "MTRRs set up incorrectly with 4GB RAM (slow video)"

  • A workaround with a useful script is described here: 210780

  • Please note that you may have to modify it and that not doing that or doing it wrong may well freeze your system and/or render it unbootable! Do this only if you know what you're doing

Workaround for "Sound does not work after resuming from suspend/hibernate"

  • Add the option model=hippo to the snd-hda-intel driver:

    • echo "options snd-hda-intel model=hippo" | sudo tee /etc/modprobe.d/sound-q45

  • Reboot

Workaround for "Card reader cannot read MMC cards"

  • The kernel patch that has to be applied can be found here: RL5c476 MMC support.

  • You have to recompile the ricoh-mmc module with this patch applied and replace the driver in Ubuntu with the new one.
    • sudo modprobe -r ricoh-mmc

    • sudo apt-get install build-essential linux-headers-`uname -r` wget

    • mkdir ~/ricoh-mmc-fix

    • cd ~/ricoh-mmc-fix

    • wget -O ricoh_mmc.c 'http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=drivers/mmc/host/ricoh_mmc.c;h=a16d7609e4eede4fa88f4ecc6b3ac9dce699038a'

    • echo -ne "obj-m += ricoh_mmc.o\nall:\n\tmake -C /lib/modules/\$(shell uname -r)/build M=\$(PWD) modules\n" > Makefile

    • make

    • sudo mv /lib/modules/`uname -r`/kernel/drivers/mmc/host/ricoh_mmc.ko /lib/modules/`uname -r`/kernel/drivers/mmc/host/ricoh_mmc.ko.hardy

    • sudo cp ricoh_mmc.ko /lib/modules/`uname -r`/kernel/drivers/mmc/host/ricoh_mmc.ko

    • sudo depmod -a

    • sudo modprobe ricoh-mmc

Detailed hardware information

lspci output

Slot

Class

Vendor

Device

Vendor & Device ID

Revision

00:00.0

Host bridge

Intel Corporation

Mobile PM965/GM965/GL960 Memory Controller Hub

8086:2a00

03

00:02.0

VGA compatible controller

Intel Corporation

Mobile GM965/GL960 Integrated Graphics Controller

8086:2a02

03

00:02.1

Display controller

Intel Corporation

Mobile GM965/GL960 Integrated Graphics Controller

8086:2a03

03

00:1a.0

USB Controller

Intel Corporation

82801H (ICH8 Family) USB UHCI Controller #4

8086:2834

03

00:1a.1

USB Controller

Intel Corporation

82801H (ICH8 Family) USB UHCI Controller #5

8086:2835

03

00:1a.7

USB Controller

Intel Corporation

82801H (ICH8 Family) USB2 EHCI Controller #2

8086:283a

03

00:1b.0

Audio device

Intel Corporation

82801H (ICH8 Family) HD Audio Controller

8086:284b

03

00:1c.0

PCI bridge

Intel Corporation

82801H (ICH8 Family) PCI Express Port 1

8086:283f

03

00:1c.1

PCI bridge

Intel Corporation

82801H (ICH8 Family) PCI Express Port 2

8086:2841

03

00:1d.0

USB Controller

Intel Corporation

82801H (ICH8 Family) USB UHCI Controller #1

8086:2830

03

00:1d.1

USB Controller

Intel Corporation

82801H (ICH8 Family) USB UHCI Controller #2

8086:2831

03

00:1d.2

USB Controller

Intel Corporation

82801H (ICH8 Family) USB UHCI Controller #3

8086:2832

03

00:1d.7

USB Controller

Intel Corporation

82801H (ICH8 Family) USB2 EHCI Controller #1

8086:2836

03

00:1e.0

PCI bridge

Intel Corporation

82801 Mobile PCI Bridge

8086:2448

f3

00:1f.0

ISA bridge

Intel Corporation

82801HEM (ICH8M) LPC Interface Controller

8086:2815

03

00:1f.2

IDE interface

Intel Corporation

82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller

8086:2828

03

00:1f.3

SMBus

Intel Corporation

82801H (ICH8 Family) SMBus Controller

8086:283e

03

02:00.0

Network controller

Intel Corporation

PRO/Wireless 3945ABG Network Connection

8086:4222

02

03:00.0

Ethernet controller

Marvell Technology Group Ltd.

88E8039 PCI-E Fast Ethernet Controller

11ab:4353

15

04:09.0

CardBus bridge

Ricoh Co Ltd

RL5c476 II

1180:0476

b4

04:09.1

FireWire (IEEE 1394)

Ricoh Co Ltd

R5C552 IEEE 1394 Controller

1180:0552

09

04:09.2

SD Host controller

Ricoh Co Ltd

R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter

1180:0822

18

04:09.3

System peripheral

Ricoh Co Ltd

R5C843 MMC Host Controller

1180:0843

04:09.4

System peripheral

Ricoh Co Ltd

R5C592 Memory Stick Bus Host Adapter

1180:0592

09

04:09.5

System peripheral

Ricoh Co Ltd

xD-Picture Card Controller

1180:0852

04

lsusb output

Device

Vendor & Product ID

Description

Sysfs name

Webcam

0ac8:c302

Z-Star Microelectronics Corp.

Vega USB 2.0 Camera.

Bluetooth

0a5c:2101

Broadcom Corp.

BCM92045NMD


CategoryLaptop

LaptopTestingTeam/Old/SamsungQ45Dalia (last edited 2008-08-06 16:59:38 by localhost)