PDA

View Full Version : Fedora 10-Beta on HP2133


Lebenskuenstler
16th October 2008, 07:08 AM
Hi,

i am currently "wasting" some my time to figure out, how to get Fedora run smoothly on an HP2133.
I will try to update my report on a regular basis:

How it went:

I used (or tried to) a Netinst-image, as the livecds won't work (neither 9 or 10!). Pitfully, the netinst of F10 gave some crypted error, before it began copying the file on the disk.

So I had to use a netinst of F9, installed it*, and updated then using YumUpgrade (http://fedoraproject.org/wiki/YumUpgradeFaq). Ignore the advice to remove the xorg.conf. You need to tell X to use the vesa driver. Using the openchrome driver your system will crash!

*If you want to use F9 for now: You have to grab updates first before starting X. Without not even the vesa driver will get the job done!


First results

X using Vesa - WORKING
Wired NIC - WORKING (module tg3)
Wireless NIC - NOT WORKING (module b43)
SOUND - NOT WORKING (module snd_hda_intel)
Suspend/Hibernate/Resume - WORKING
CPUscaling - WORKING
Hotkeys (Fn+F1,F3.F4,F8,F10,F11) - WORKING
Fn+F2 - NOT WORKING (guess due to the use of vesa)
Fn+F6 - NOT WORKING
USB - WORKING
HP_DriveGuard - is this hardware or win based????
SD-CARD - WORKS

FAN never really seems to stop .... any ideas?

Right, I'll continue my efforts.
Some links, I will try first:
https://fcp.surfsite.org/modules/newbb/viewtopic.php?topic_id=60624&forum=10&post_id=284413
http://docnielsen.dk/linux/hp2133.html
https://wiki.ubuntu.com/LaptopTestingTeam/HP2133

Any joining will be welcomed :)

LK


Update on WLAN

That was quite easy:

1. You need to get the latest firmware of the wireless NIC
currently: wget http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
(or look up at: http://mirror2.openwrt.org/sources/)

2. tar xjf broadcom-wl-4.150.10.5.tar.bz2

3. cd broadcom-wl-4.150.10.5/driver

4. b43-fwcutter -w /lib/firmware wl_apsta_mimo.o

[Source: http://www.linux-noob.com/forums/index.php?showtopic=3437]

NOTE: I don't know why, but the WLAN ist quite slow. NetworkManager says, connection speed is 1 Mbit, my AP says 36 Mbit (which would be ok), tough the download speed is somewhere 200-50 kb/sec. As I have a 16Mbit-DSL-connection, this is too slow.
NOTE2: That is not Fedoras or the drivers default, but the of my AP (AVM FritzBox 7270). I just tested it with another AP, everything is fine!

Update on sound

Also, no big deal.

Place this line
options snd-hda-intel model=laptop
into /etc/modprobe.d/alsa-base (create the file, if not existent)

[Source: https://wiki.ubuntu.com/LaptopTestingTeam/HP2133 Subsection 9f]

Lebenskuenstler
9th November 2008, 12:02 PM
So I have written a small HowTo:

http://hp2133.umsw.de

Hope, it will help.