snd-vxpocket module is missing

Bug #44283 reported by digger vermont
8
Affects Status Importance Assigned to Milestone
linux-source-2.6.15 (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

Binary package hint: linux-image-2.6.15-22-powerpc

Is it possible it is not being built because CONFIG_ISA is not set in the kernel?

Ifound this in the src of alsa-driver-1.0.10/acinclude.m4

if test "$card" = "all" -o "$card" = "vxpocket"; then
    if ( test "$CONFIG_PCMCIA" = "y" -o "$CONFIG_PCMCIA" = "m" ) &&
      ( test "$CONFIG_ISA" = "y" -o "$CONFIG_ISA" = "m" ); then
      CONFIG_SND_HWDEP="m"
      CONFIG_SND_TIMER="m"
      CONFIG_SND_PCM="m"
      CONFIG_SND_VX_LIB="m"
      CONFIG_SND_VXPOCKET="m"
      probed=1
    elif test -z "$probed"; then
      probed=0
    fi

Revision history for this message
Ben Collins (ben-collins) wrote :

# rgrep VXPOCKET debian/config/i386/config
debian/config/i386/config:CONFIG_SND_VXPOCKET=m

# find /lib/modules/2.6.15-22-686/ | grep vxpocket
/lib/modules/2.6.15-22-686/kernel/sound/pcmcia/vx/snd-vxpocket.ko

Changed in linux-source-2.6.15:
status: Unconfirmed → Rejected
Revision history for this message
digger vermont (digver) wrote :

On my powerbook I get this:

$ find /lib/modules/2.6.15-22-powerpc |grep vxpocket
$

I do not see this module at least on my powerpc. Neither do I see in in the /lib/modules/2.6.15-[19,20,21]-powerpc dirs.

Am l looking in the wrong pkg? i assumed it should be in inux-image-2.6.15-22-powerpc since that is where snd-vx222 is located.

Revision history for this message
digger vermont (digver) wrote :

I apologize. I didn't realize that when refreshed the page I was re-submitting the comment

Revision history for this message
Ben Collins (ben-collins) wrote :

ISA isn't available on PPC.

Revision history for this message
Daniel T Chen (crimsun) wrote :
Changed in linux-source-2.6.15:
status: Rejected → Confirmed
Changed in linux-source-2.6.15:
status: Confirmed → Fix Committed
Changed in linux-source-2.6.15:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.