Portál AbcLinuxu, 5. listopadu 2025 20:15
/sbin/modprobe snd-cs4236 index=0 port=0x530 cport=0x538 irq=5 dma1=1 dma2=0 isapnp=0.FATAL: Module isapnp=0 not found.
. Za jakoukoliv pomoc předem děkuji. modprobe cs46xx. to fungovalo na mojom thinkpade 600x.
alsu by som tam velmi nehadzal, lebo po kazdom hibernate/wakeup budete musiet alsu kompletne restartovat aby sa zvukovka prebrala. toto je jeden z mala pripadov ked sa "oss" neda nahradit.
no such device (nebo tak něco). Holt si budu muset hrát a zkoušet
.
.
zpět. H.
Prakticky jediná prasárna v tom notebooku - dokonce i ovladač softmodemu to má originální od IBM.
zpět.
.
.
. Mějte se. H.
# lspnp -v 0e # lspnp -v 0fPokud je vypnuta tak ji zapni:
# setpnp 0x0e on # setpnp 0x0f on3)Nastav:
alias snd-card-0 snd-cs4236 options snd-cs4236 snd_index=0 snd_port=0x530 snd_cport=0x538 snd_isapnp=0 snd_dma1=1 snd_dma2=0 snd_irq=54)Pokud se karta zase po startu vypne. Pomuze tento script:
#!/bin/bash
# Sound-via-pnp-script for Thinkpad 600E and possibly other computers with onboard
# CS4239/CS4610 that do not work with the PCI driver and are not recognized by the
# PnP code of snd-cs4236
# search sound card pnp device
for dev in /sys/bus/pnp/devices/*
do
grep CSC0100 $dev/id > /dev/null && WSSDEV=$dev
grep CSC0110 $dev/id > /dev/null && CTLDEV=$dev
done
# activate devices (Thinkpad boots with devices disabled unless "fast boot" is turned off)
echo activate > $WSSDEV/resources
echo activate > $CTLDEV/resources
# parse resource settings
{ read
read bla port1
read bla port2
read bla port3
read bla irq
read bla dma1
read bla dma2
# Hack: with PnPBIOS: ports are: port1: WSS, port2: OPL, port3: sb (unneeded)
# with ACPI-PnP:ports are: port1: OPL, port2: sb, port3: WSS
# (ACPI bios seems to be wrong here, the PnP-card-code in snd-cs4236.c uses the
# PnPBIOS port order)
# Detect port order using the fixed OPL port as reference
if [ ${port2%%-*} = 0x388 ]
then
# PnPBIOS: usual order
port=${port1%%-*}
oplport=${port2%%-*}
else
# ACPI: mixed-up order
port=${port3%%-*}
oplport=${port1%%-*}
fi
} < $WSSDEV/resources
{ read
read bla port1
cport=${port1%%-*}
} < $CTLDEV/resources
# load the module
modprobe --ignore-install snd-cs4236 port=$port cport=$cport fm_port=$oplport irq=$irq dma1=$dma1 dma2=$dma2 isapnp=0 index=0 && /lib/alsa/modprobe-post-install snd-cs4236
# Kill any attempts from hotplug or discover to load the PCI driver install snd-cs46xx /bin/true # Set up PnP before loading ISA driver install snd-cs4236 /usr/local/bin/soundcard-on
Dobrý den potřeboval bych na Thinkpadu 600E zprovoznit zvuk na systému Kubuntu 8,04.
Zkoušel jsem zde popsané návody ale nějak mi to nefunguje můžete mi prosím někdo poradit?
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.