Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46277 - modprobe does not load snd-powermac module
Summary: modprobe does not load snd-powermac module
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-30 12:21 UTC by Volker Schroer
Modified: 2004-08-19 16:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Schroer 2004-03-30 12:21:35 UTC
On ppc-development-sources-2.6.3-r2 module snd-powermac fails to load.
Hardware iBook G4
Using modprobe shows

Invalid argument 

In kernel.log you find "snd_powermac falsely claims to have parameter enable"

Reproducible: Always
Steps to Reproduce:
1. modprobe snd-powermac
2.
3.

Actual Results:  
No soundcard available in /proc/asound


I deleted the following lines in powermac.c

MODULE_PARM(enable,"i");
MODULE_PARM_DESC(enable,"Enable this soundchip");
MODULE_PARM_SYNTAX(enable,SNDRV_ENABLE_DESC);

After recompiling the modules you can start snd-powermac successfully and sound
will be played by aplay
Comment 1 Pieter Van den Abeele (RETIRED) gentoo-dev 2004-08-19 16:46:56 UTC
Is this still an issue for newer kernels? If so, please reopen.