Wireless and Sound Problems with HP Pavilion dv7 and Fedora Core 10


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Wireless and Sound Problems with HP Pavilion dv7 and Fedora Core 10
# 1  
Old 01-01-2009
Wireless and Sound Problems with HP Pavilion dv7 and Fedora Core 10

I have just bought a new HP Pavilion dv7 notebook (17", AMD Turion) and installed Fedora Core 10. I would like to add that i installed a completely eyecandy-less base system, only then installed a naked x-org Xserver and mwm (Motif Window Manager) on top of it. There is neither KDE nor GNOME nor any other of the fancy desktops installed (i like my desktops as raw as my steaks ;-)) ).

It works fine so far (see some system information attached below, i will gladly add whatever is needed to that upon request) i just have two problems remaining unsolved:

My first problem is i cannot get the audio system to work. I installed all the ALSA drivers and software (see below for the list of packages) and i installed pulseaudio as well. I also made sure the volume control is up via "alsamixer". I read some troubleshooting guides but basically they all tell you how to use KDE or some similar desktop to do it. I would really appreciate not to have to install a whole desktop system just to turn on some hardware or configure some driver respectively.

The second problem is the wireless LAN adapter. It works insofar as i see a wlan0 device and a wmaster0 device, but i cannot get it to connect to my wireless router. I can connect without problems using a CAT6 cable, though. Similar as said above applies to here: i would prefer not having to install some desktop only to configure a hardware or driver. If someone could explain what to do in terms of "write this to that file and execute 'command' then" i would be very indebted.

Many thanks for your suggestions.

bakunin

Appendix: Systems information:

Code:
[root@system ~] # uname -a
Linux brecht.rote-armee.com 2.6.27.9-159.fc10.x86_64 #1 SMP Tue Dec 16 14:47:52 EST 2008 x86_64 x86_64 x86_64 GNU/Linux

[root@system ~] # lspci00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
00:02.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext gfx port 0)
00:04.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 0)
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)
00:07.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 3)
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:12.1 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI1 Controller
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:13.1 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI1 Controller
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3a)
00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 11h HyperTransport Configuration (rev 40)
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 11h Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 11h DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 11h Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 11h Link Control
01:00.0 VGA compatible controller: ATI Technologies Inc Mobilitiy Radeon HD 3400 Series
01:00.1 Audio device: ATI Technologies Inc RV620 Audio device [Radeon HD 34xx Series]
08:00.0 FireWire (IEEE 1394): JMicron Technologies, Inc. Device 2380
08:00.1 System peripheral: JMicron Technologies, Inc. Device 2382
08:00.2 SD Host controller: JMicron Technologies, Inc. Device 2381
08:00.3 System peripheral: JMicron Technologies, Inc. Device 2383
08:00.4 System peripheral: JMicron Technologies, Inc. Device 2384
09:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
0a:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)


Last edited by bakunin; 01-01-2009 at 04:59 PM..
# 2  
Old 01-01-2009
Can you bring up an wireless connection manually with iwconfig?


For sound, you could try the following in /etc/modprode.d/sound (or whatever filename is appropriate on fedora)
Code:
options snd slots=snd-hda-intel
options snd-hda-intel enable_msi=1 model=hp-m4
alias snd-card-1 snd-hda-intel

then run
Code:
update-modules -f

You can run a command line speaker test with
Code:
speaker-test -Dplug:front -c2 -l5 -twav

# 3  
Old 01-03-2009
Quote:
Originally Posted by reborg
Can you bring up an wireless connection manually with iwconfig?
First off, thanks for mentioning it, lacking Linux experience i didn't know this command.

As it is, it didn't work. Here is what i did:

Code:
ifconfig wlan0 up
iwconfig wlan0 key s:<my-key>
iwconfig wlan0 essid <my-essid>
dhclient wlan0

All these commands proceeded without error, but there was still no wireless connection after that.

Quote:
For sound, you could try the following in /etc/modprode.d/sound (or whatever filename is appropriate on fedora)
I found a file /etc/modprobe.d/alsa-base and modified it according to your suggestions. In fact it had a single line "options snd-hda-intel enable_msi=1" already in it.

Alas "update-modules" is not available on my system. I investigated and to my current information it is a tool solely used on S390 systems. If it is available on PC systems too where can i download it? Anyway, i rebooted, which should have the same effect but still no luck with the sound.

Quote:
You can run a command line speaker test with
Code:
speaker-test -Dplug:front -c2 -l5 -twav

I ran this command but it hangs indefinitely:

Code:
[root@mysystem ~]# speaker-test -Dplug:front -c2 -l5 -twav

speaker-test 1.0.18

Playback device is plug:front
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 64 to 16384
Period size range from 32 to 8192
Using max buffer size 16384
Periods = 4
was set period_size = 4096
was set buffer_size = 16384
 0 - Front Left

bakunin

Last edited by bakunin; 01-03-2009 at 10:14 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Wireless stopped working- Fedora 12

I installed F12 around the time it was released and it picked up my wireless card and worked like a charm.....Suddenly last week everything stopped working and I receive what appears to be a driver error when wlan0 tries to load. Error for wireless request "Set Mode" (8B06) : SET failed on... (1 Reply)
Discussion started by: woodson2
1 Replies

2. Linux

Enabling/Configuring the Wireless on Fedora 9

Hi All, I have dula OS on my system. With Windows and Linux(FC9). On Windows wireless setting works fine with wireless enabled. Have installed Linux recently. Wireless is enabled, but i am not sure how to configure or make settings. My laptop is Compaq and OS is FC9. Please can anybody help... (1 Reply)
Discussion started by: prakash.kudreka
1 Replies

3. Solaris

Sound Problems

My sound is messed up. All I get is white noise when I try to watch Youtube or something. I'm running Solaris 10 SPARC on a Sun Ultra 5, which has a built-in speaker. How do I fix it? (4 Replies)
Discussion started by: Bradj47
4 Replies

4. UNIX for Dummies Questions & Answers

Having wireless Internet problems

I feel like the true definition of a newb but I guess you gotta start somewhere. I installed Gentoo on my laptop yesterday, it's a gnome based environment and I cannot get any wireless internet. The iwconfig and net-setup commands are not being recognized. I'm not sure what the problem is, I've... (1 Reply)
Discussion started by: jessparkscars
1 Replies

5. Linux

No Sound [Sigmatel C-Major Audio] :: Fedora 7

I've been fighting for a few days now with trying to get my soundcard to recognize. I am currently using a Latitude D630 with Sigmatel C-Major Audio using the Intel ICH8 Family. My problem appears to be that the computer cannot detect a sound card but it was only able to install default drivers... (0 Replies)
Discussion started by: grid-lyn
0 Replies

6. UNIX for Dummies Questions & Answers

Installing Fedora Core 2 Problems

I am very new at learning Linux/Unix so please bear with me. I am taking a Unix course and I had to install Fedora Core 2 on my laptop PC using Microsoft Virtual PC software. After installing the virtual PC software, I installed the fedora cd's that came with the course. My problem is... (0 Replies)
Discussion started by: Newby
0 Replies

7. Linux

Using Fedora Core 2

I've been using FC2, but my sound card doesn't work I'm new with linux systems.. but there says that needs to recompile kernel how can i do it with a kernel 2.6.5 i386 ? by the way,. my sound card chipset is an ESS 1869F, with a compaq deskpro Smal Form Factor. but i have not found a... (4 Replies)
Discussion started by: Quake
4 Replies

8. UNIX for Dummies Questions & Answers

linux xmms sound problems

Dear all, I have been using suse linux for as long as I can remember. However, for every installation I get the same problem. Once the installation is completed, and all of my devices (brand new hardware, from reknown brands) are detected, I decide to start doing some work, and play some... (2 Replies)
Discussion started by: bionicfysh
2 Replies

9. UNIX for Advanced & Expert Users

Sound Problems

Hi All I am having difficulty configuring sound on my system an wonder if anyone can help me. xmms refuses to play telling me that oss_open(): Failed to open audio device (/dev/sound/dsp): No such file or directory what I have done to try and fix this is 1. create /dev/sound/dsp ... (7 Replies)
Discussion started by: silvaman
7 Replies

10. UNIX for Advanced & Expert Users

problems with sound card on FreeBSD 4.5

Hi,friends!!! I have a problem with my integrated sound card AC97 on i815 and my version of FreeBSD is 4.5.I know that there is a driver for it called ich.c.gz,but the site containing it is unavaliable now.And is there another driver or some other ideas ? z-z-z-z-z :: email removed :: (1 Reply)
Discussion started by: kruch
1 Replies
Login or Register to Ask a Question