karmic_on_hp_pavilion_tx2500
Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
Prossima revisione | Revisione precedente | ||
karmic_on_hp_pavilion_tx2500 [2009/12/19 16:41] – creata pietro | karmic_on_hp_pavilion_tx2500 [2011/10/31 17:32] (versione attuale) – Used to work... pietro | ||
---|---|---|---|
Linea 1: | Linea 1: | ||
**My experience with an HP Pavilion tx2500 and karmic.** | **My experience with an HP Pavilion tx2500 and karmic.** | ||
+ | **Warning: I no more own this computer, so information won't be updated.** | ||
- | Please tell me if you find errors, missing information or a "more institutional" | ||
- | **NOTICE THAT THIS PAGE IS VERY MUCH A WORK IN PROGRESS: THE PAGE ON JAUNTY IS MORE COMPLETE - THOUGH INFORMATIONS IT CONTAINS COULD OBVIOUSLY NOT BE VALID FOR KARMIC - [[jaunty_on_hp_pavilion_tx2500|YOU CAN FIND IT HERE]]** | + | Please tell me if you find errors, missing information or a "more institutional" |
+ | ====== General info ====== | ||
+ | |||
+ | * "sudo dmidecode | grep tx" says: | ||
+ | |||
+ | Product Name: HP Pavilion tx2500 Notebook PC | ||
+ | |||
+ | * Actually, I think I bought mine as a tx2510 US. | ||
+ | |||
+ | ====== Karmic vs. Jaunty ====== | ||
+ | You may had already read [[jaunty_on_hp_pavilion_tx2500|this page]]. Some of the information may be still useful, still, the majority may be outdated, and I've copied here what I thought could still be relevant. | ||
+ | |||
+ | ====== Ethernet ====== | ||
+ | The module r8169, which drives the RTL8111/ | ||
+ | |||
+ | A workaround consists in creating a file "/ | ||
+ | |||
+ | #!/bin/bash | ||
+ | | ||
+ | case " | ||
+ | hibernate|suspend) | ||
+ | # Remove the r8169 module | ||
+ | rmmod r8169; | ||
+ | ;; | ||
+ | thaw|resume) | ||
+ | # Remodprobe the r8169 module | ||
+ | modprobe r8169; | ||
+ | ;; | ||
+ | *) | ||
+ | ;; | ||
+ | esac | ||
+ | | ||
+ | exit $? | ||
====== Thermal sensors ====== | ====== Thermal sensors ====== | ||
- | The dsdt of the BIOS (I have no idea of what it is) is flawed, and thinks only Windows is eligible to access it; while under Karmic | + | The dsdt of the BIOS (I have no idea of what it is) is flawed, and thinks only Windows is eligible to access it; while under Jaunty |
The " | The " | ||
+ | |||
+ | The real solution would be that HP releases a fixed BIOS. I already wrote to the support asking for it, but with no chance. Some owner of a laptop still covered by warranty may have a better luck. | ||
+ | |||
+ | ====== Audio ====== | ||
+ | Audio works out of the box: however, pulseaudio conflicts with the " | ||
+ | |||
+ | A temporary solution is to run "sudo killall slmodemd" | ||
+ | ====== Wireless ====== | ||
+ | I followed the procedure described in [[https:// | ||
+ | |||
+ | * download the driver from HP website (I took it from [[http:// | ||
+ | * run it with wine : "wine sp36684.exe" | ||
+ | * always click " | ||
+ | * install ndisgtk, run it: "sudo ndisgtk" | ||
+ | * click " | ||
+ | * browse to / | ||
+ | |||
+ | **Warning**: | ||
+ | |||
+ | ====== Touchscreen ====== | ||
+ | |||
+ | The pen works out of the box, but not the touch: a solution is suggested in [[https:// | ||
+ | |||
+ | ====== Suspend/ | ||
+ | Worked out of the box, but at wakeup mouse and keyboard didn't work. The problem can be solved by adding " i8042.reset" | ||
+ | |||
+ | ====== Fingerprint reader ====== | ||
+ | The device just works (try to install package fprint-demo and then run " | ||
+ | |||
+ | ====== ACPI wakeup ====== | ||
+ | Doesn' | ||
+ | " hpet=disable" | ||
+ | GRUB_CMDLINE_LINUX_DEFAULT=" | ||
+ | |||
+ | ====== Rotation and buttons ====== | ||
+ | The situation of the buttons is the same as Jaunty: the " | ||
+ | |||
+ | To enable rotation in the best way: install wacomrotate from [[https:// | ||
+ | |||
+ | #!/bin/bash | ||
+ | xrandr -q | grep -q '+\w* (' && xrandr -o left || xrandr -o normal | ||
+ | |||
+ | (this is what [[http:// | ||
+ | |||
+ | #!/bin/bash | ||
+ | | ||
+ | # From Red_Lion post #576: http:// | ||
+ | # Modified by toobaz: http:// | ||
+ | | ||
+ | old=" | ||
+ | while true; do | ||
+ | if [[ -e / | ||
+ | new=`cat / | ||
+ | if [[ $new != $old ]]; then | ||
+ | ./rotate.sh | ||
+ | if [[ $new == " | ||
+ | cellwriter --hide-window & | ||
+ | elif [[ $new == " | ||
+ | cellwriter --show-window & | ||
+ | fi | ||
+ | fi | ||
+ | old=$new | ||
+ | sleep 1s | ||
+ | fi | ||
+ | done | ||
+ | |||
+ | and call it for instance " | ||
+ | XF86AudioMedia | ||
+ | then, still with gconf-editor in / | ||
+ | |||
+ | Finally, go to " | ||
+ | |||
+ | In that way, rotation will be triggered: | ||
+ | * with the " | ||
+ | * automatically, | ||
+ | |||
+ | ====== Remote ====== | ||
+ | |||
+ | Works. |
karmic_on_hp_pavilion_tx2500.1261237314.txt.gz · Ultima modifica: 2009/12/19 16:41 da pietro