Opened 6 years ago

Closed 6 years ago

#14143 closed enhancement (fixed)

HP Pavilion DV8000 device driver support

Reported by: cocobean Owned by: nobody
Priority: low Milestone: Unscheduled
Component: - General Version: R1/Development
Keywords: drivers Cc:
Blocked By: Blocking:
Platform: x86

Description

This ticket is to provide better device driver support and testing to related hardware devices included in the HP Pavilion DV8000 laptop.

Attachments (4)

HP_Pavilion_DV8000 (11.3 KB ) - added by cocobean 6 years ago.
Hardware information from HP Pavilion DV8000 laptop
syslog (178.1 KB ) - added by cocobean 6 years ago.
Syslog info from HP Pavilion DV8000 laptop
dv8000_hda_outut_cocobean (33.7 KB ) - added by cocobean 6 years ago.
Syslog HDA output
dv8000_KDL_cocobean (10.8 KB ) - added by cocobean 6 years ago.
Syslog ipro3945 Wifi output (Kernel Land error)

Download all attachments as: .zip

Change History (17)

by cocobean, 6 years ago

Attachment: HP_Pavilion_DV8000 added

Hardware information from HP Pavilion DV8000 laptop

by cocobean, 6 years ago

Attachment: syslog added

Syslog info from HP Pavilion DV8000 laptop

comment:1 by diver, 6 years ago

What exactly doesn't work? Please file a ticket per issue.

comment:2 by cocobean, 6 years ago

Not working or not working correctly on this specific laptop hardware:

  1. Audio (Reason: no audio emitted, See #4755, #10822, #14145) -

" device Multimedia controller (Audio device) [4|3|0]

vendor 8086: Intel Corporation device 27d8: NM10/ICH7 Family High Definition Audio Controller"

  1. Wifi (Reason: causes KDL on startup, See: #12280, #9215) -

" device Network controller [2|80|0]

vendor 8086: Intel Corporation device 4222: PRO/Wireless 3945ABG [Golan] Network Connection"

Northbridge Intel i945PM 03 Southbridge Intel 82801GHM (ICH7-M/U) A1

Last edited 6 years ago by cocobean (previous) (diff)

comment:3 by cocobean, 6 years ago

As for the WIFI device: "See syslog info attachments. I had an kernel panic issue with iprowifi3945 driver stability. Says "no rate table for channel; freq %u flags 0x%x" (0x8232aae0). (ieee80211_get_ratetable + 0xf9)

Have this driver issue while testing on hrev51880 - hrev51952 x86 with iprowifi3945 driver. Happens during initial bootup after splash screen completion. Didn't reboot computer (just exit debugger and will continue loading desktop fine)).

NOTE: Issue still exists for hrev51952 x86."

Last edited 6 years ago by cocobean (previous) (diff)

comment:4 by diver, 6 years ago

You can try to install opensound from HaikuDepot. Maybe it supports your audio card.

comment:5 by cocobean, 6 years ago

  1. Restarted Media Server. Detected HDA In/Out - Result: No Output (Mediaplayer).
Last edited 6 years ago by cocobean (previous) (diff)

comment:6 by cocobean, 6 years ago

WLAN Info

          *-network
                description: Wireless interface
                product: PRO/Wireless 3945ABG [Golan] Network Connection
                vendor: Intel Corporation
                physical id: 0
                bus info: pci@0000:06:00.0
                logical name: wlp6s0
                version: 02
                serial: 00:18:de:2c:39:8f
                width: 32 bits
                clock: 33MHz
                capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
                configuration: broadcast=yes driver=iwl3945 driverversion=4.8.0-53-generic firmware=15.32.2.9 latency=0 link=no multicast=yes wireless=IEEE 802.11
                resources: irq:30 memory:40800000-40800fff

Audio chip (Conexant CX20551/Realtek ALC2xx):

        *-multimedia
             description: Audio device
             product: NM10/ICH7 Family High Definition Audio Controller
             vendor: Intel Corporation
             physical id: 1b
             bus info: pci@0000:00:1b.0
             version: 01
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi pciexpress bus_master cap_list
             configuration: driver=snd_hda_intel latency=0
             resources: irq:31 memory:d2400000-d2403fff
Last edited 6 years ago by cocobean (previous) (diff)

comment:7 by cocobean, 6 years ago

Adds missing Intel HDAs to Haiku.

https://git.haiku-os.org/haiku/tree/src/add-ons/kernel/drivers/audio/hda/hda_controller.cpp

	{ PCI_VENDOR_INTEL, 0x9d71, HDA_QUIRK_SNOOP },
	{ PCI_VENDOR_INTEL, 0xa170, HDA_QUIRK_SNOOP },
	{ PCI_VENDOR_INTEL, 0xa2f0, HDA_QUIRK_SNOOP },
+       { PCI_VENDOR_INTEL, 0x8c21, HDA_QUIRK_SNOOP },
+	{ PCI_VENDOR_INTEL, 0xa171, HDA_QUIRK_SNOOP },
Last edited 6 years ago by cocobean (previous) (diff)

in reply to:  7 comment:8 by korli, 6 years ago

Replying to cocobean:

Adds missing Intel HDAs to Haiku.

How does this apply to this ticket? The syslog indicates 0x27d8.

comment:9 by cocobean, 6 years ago

Last edited 6 years ago by cocobean (previous) (diff)

comment:10 by korli, 6 years ago

Again this ticket is about a HDA Intel device with ID 0x27d8.

comment:11 by cocobean, 6 years ago

Actually, it is an alias of:

Codec: Conexant CX20551 (Waikiki) HD Audio device (14F1:5047)
Address: 0
AFG Function Id: 0x1 (unsol 0)
MFG Function Id: 0x2 (unsol 1)
Vendor Id: 0x14f15047
Subsystem Id: 0x103c30a5
Revision Id: 0x100000
Modem Function Group: 0x2

Yes. I think it is the initialization of this specific HDA hardware using the current HDA driver. My point was to clarify the HDA driver works in some cases and not others (even if the PCI ID is there) depending on the HDA hardware implementation.

Version 4, edited 6 years ago by cocobean (previous) (next) (diff)

by cocobean, 6 years ago

Attachment: dv8000_hda_outut_cocobean added

Syslog HDA output

by cocobean, 6 years ago

Attachment: dv8000_KDL_cocobean added

Syslog ipro3945 Wifi output (Kernel Land error)

comment:12 by cocobean, 6 years ago

Using WebPositive or QMPLay2, - Result: Sound through speakers (without the use of OSS)!

Seems Media Player was the main issue as it didn't play certain media formats.

You can close this ticket. I made another ticket for the Wifi adapter and KDL issue. There is a HDA device initialization to review but can do that during the next HDA driver update.

Last edited 6 years ago by cocobean (previous) (diff)

comment:13 by waddlesplash, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.