Switched back to 12.3
do not install any newer Kernel:
uname -r
## Output:
because CrystalHD KMP Package is not build for any newer Kernel...
Reinitalize after Sleep / Hibernate
kwrite /etc/pm/sleep.d/80crystalhd
Code:
#!/bin/bash
case $1 in
hibernate)
echo "Hey guy, we are going to suspend to disk!"
modprobe -r crystalhd
;;
suspend)
echo "Oh, this time we're doing a suspend to RAM. Cool!"
modprobe -r crystalhd
;;
thaw)
echo "oh, suspend to disk is over, we are resuming..."
modprobe crystalhd
;;
resume)
echo "hey, the suspend to RAM seems to be over..."
modprobe crystalhd
;;
*) echo "somebody is calling me totally wrong."
;;
esac
zypper search crystalhd
Code:
S | Name | Summary | Type
--+---------------------------------+----------------------------------------------------+-----------
i | crystalhd | Broadcom Crystal HD driver KMP | package
| crystalhd | Broadcom Crystal HD driver KMP | srcpackage
i | crystalhd-firmware | Firmware for the Broadcom Crystal HD video decoder | package
| crystalhd-libs | Broadcom Crystal HD device interface library | srcpackage
| crystalhd-kmp-default | Broadcom Crystal HD driver KMP | package
i | crystalhd-kmp-desktop | Broadcom Crystal HD driver KMP | package
| crystalhd-kmp-pae | Broadcom Crystal HD driver KMP | package
| crystalhd-libs | Broadcom Crystal HD device interface library | srcpackage
i | gstreamer-0_10-plugin-crystalhd | Gstreamer crystalhd decoder plugin | package
| gstreamer-0_10-plugin-crystalhd | Gstreamer crystalhd decoder plugin | srcpackage
i | libcrystalhd-devel | Development package for libcrystalhd | package
| libcrystalhd-devel-32bit | Development package for libcrystalhd | package
i | libcrystalhd3 | Broadcom Crystal HD device interface library | package
| libcrystalhd3-32bit | Broadcom Crystal HD device interface library | package
dmesg | grep crystal
## Output:
Code:
[ 9.741723] Loading crystalhd v3.10.0
[ 9.741805] crystalhd 0000:01:00.0: Starting Device:0x1615
[ 9.744643] crystalhd 0000:01:00.0: irq 46 for MSI/MSI-X
[ 10.507288] Modules linked in: ath lpc_ich cfg80211 soundcore i2c_i801 sg mfd_core rfkill snd_page_alloc wmi battery ac(+) pciehp pci_hotplug crystalhd(O) autofs4 i915 drm_kms_helper drm i2c_algo_bit fan thermal video button processor thermal_sys scsi_dh_hp_sw scsi_dh_alua scsi_dh_emc scsi_dh_rdac scsi_dh
[ 10.508198] Modules linked in: ath lpc_ich cfg80211 soundcore i2c_i801 sg mfd_core rfkill snd_page_alloc wmi battery ac(+) pciehp pci_hotplug crystalhd(O) autofs4 i915 drm_kms_helper drm i2c_algo_bit fan thermal video button processor thermal_sys scsi_dh_hp_sw scsi_dh_alua scsi_dh_emc scsi_dh_rdac scsi_dh