LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-17-2003, 01:24 PM   #1
oobe
Member
 
Registered: Sep 2003
Distribution: slackware
Posts: 85

Rep: Reputation: 16
alsa problem


OK I know this has been done to death i have been reading the posts here but i am havong trouble here is what i get bak when i try to do a make install after ./configure

mkdir -p /lib/modules/2.4.20/kernel/sound/support/pnp
cp snd-pnp.o /lib/modules/2.4.20/kernel/sound/support/pnp
cp: cannot stat `snd-pnp.o': No such file or directory
make[2]: *** [_modinst__] Error 1
make[2]: Leaving directory `/mnt/win_c/0/slackware/alsa-driver-0.9.6/support/pnp'
make[1]: *** [_modinst_pnp] Error 2
make[1]: Leaving directory `/mnt/win_c/0/slackware/alsa-driver-0.9.6/support'
make: *** [install-modules] Error 1
root@darkstar:/mnt/win_c/0/slackware/alsa-driver-0.9.6#
any chance someone can help if i have left somthing out plz let me know
OK Thanx in advanced.
 
Old 09-17-2003, 01:39 PM   #2
slightcrazed
Member
 
Registered: May 2003
Location: Lisbon Falls, Maine
Distribution: RH 8.0, 9.0, FC2 - 4, Slack 9.0 - 10.2, Knoppix 3.4 - 4.0, LFS,
Posts: 789

Rep: Reputation: 30
Which package are you trying to 'make'? There are 3 alsa packages that you need to DL and ./config;make;make install, so which one are you compiling?

slight
 
Old 09-17-2003, 02:58 PM   #3
oobe
Member
 
Registered: Sep 2003
Distribution: slackware
Posts: 85

Original Poster
Rep: Reputation: 16
just the driver i have read the howto's im not sure if i undersatnd correctly it said to make a directory in usr/src/alsa and out them in there i dont know im tired any wat this is my latest one.

root@darkstar:~# /sbin/modprobe cs4232
root@darkstar:~# lsmod
Module Size Used by Not tainted
cs4232 3748 0 (unused)
ad1848 22412 0 [cs4232]
isa-pnp 30724 0 [cs4232 ad1848]
uart401 6500 0 [cs4232]
sound 55668 0 [cs4232 ad1848 uart401]
soundcore 3332 4 (autoclean) [sound]
uhci 24560 0 (unused)
usbcore 58144 1 [uhci]
ide-scsi 8048 0
root@darkstar:~# insmod cs4232
Using /lib/modules/2.4.20/kernel/drivers/sound/cs4232.o.gz
insmod: a module named cs4232 already exists
root@darkstar:~# lspci
00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:10.0 Communication controller: PCTel Inc HSP MicroModem 56 (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 5c)
root@darkstar:~# isadump
-bash: isadump: command not found
root@darkstar:~# netcardconfig
-bash: netcardconfig: command not found
root@darkstar:~# rmmod cs4232
root@darkstar:~# modprobe cs4280
modprobe: Can't locate module cs4280
root@darkstar:~# lspci
00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:10.0 Communication controller: PCTel Inc HSP MicroModem 56 (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 5c)
root@darkstar:~# modprobe sound
root@darkstar:~# lsmod
Module Size Used by Not tainted
ad1848 22412 0
isa-pnp 30724 0 [ad1848]
uart401 6500 0
sound 55668 0 [ad1848 uart401]
soundcore 3332 2 (autoclean) [sound]
uhci 24560 0 (unused)
usbcore 58144 1 [uhci]
ide-scsi 8048 0
root@darkstar:~# rmmod ad1848
root@darkstar:~# lsmod
Module Size Used by Not tainted
isa-pnp 30724 0
uart401 6500 0
sound 55668 0 [uart401]
soundcore 3332 2 (autoclean) [sound]
uhci 24560 0 (unused)
usbcore 58144 1 [uhci]
ide-scsi 8048 0
root@darkstar:~# modprobe sound
root@darkstar:~# lsmod
Module Size Used by Not tainted
isa-pnp 30724 0
uart401 6500 0
sound 55668 0 [uart401]
soundcore 3332 2 (autoclean) [sound]
uhci 24560 0 (unused)
usbcore 58144 1 [uhci]
ide-scsi 8048 0
root@darkstar:~# insmod ad1848
Using /lib/modules/2.4.20/kernel/drivers/sound/ad1848.o.gz
root@darkstar:~# insmod uart401
Using /lib/modules/2.4.20/kernel/drivers/sound/uart401.o.gz
insmod: a module named uart401 already exists
root@darkstar:~# insmod cs4232 io=0x534
Using /lib/modules/2.4.20/kernel/drivers/sound/cs4232.o.gz
root@darkstar:~# lsmod
Module Size Used by Not tainted
cs4232 3748 0 (unused)
ad1848 22412 0 [cs4232]
isa-pnp 30724 0 [cs4232 ad1848]
uart401 6500 0 [cs4232]
sound 55668 0 [cs4232 ad1848 uart401]
soundcore 3332 4 (autoclean) [sound]
uhci 24560 0 (unused)
usbcore 58144 1 [uhci]
ide-scsi 8048 0
root@darkstar:~# rmmod
Usage:
rmmod [-aehrsvV] module ...

-a, --all Remove all unused modules
-e, --persist Save persistent data, do not unload module
-r, --stacks Remove stacks, starting at the named module
-s, --syslog Use syslog for error messages
-h, --help Print this message
-v, --verbose Be verbose
-V, --version Print the release version number
root@darkstar:~# rmmod cs4232
root@darkstar:~# rmmod ad1848
root@darkstar:~# rmmod uart401
root@darkstar:~# lsmod
Module Size Used by Not tainted
isa-pnp 30724 0
sound 55668 0
soundcore 3332 2 (autoclean) [sound]
uhci 24560 0 (unused)
usbcore 58144 1 [uhci]
ide-scsi 8048 0
root@darkstar:~# modprobe sound
root@darkstar:~# lsmod
Module Size Used by Not tainted
isa-pnp 30724 0
sound 55668 0
soundcore 3332 2 (autoclean) [sound]
uhci 24560 0 (unused)
usbcore 58144 1 [uhci]
ide-scsi 8048 0
root@darkstar:~# cd /
root@darkstar:/# cd mnt/win_c/0/slackware
root@darkstar:/mnt/win_c/0/slackware# ls
#slackware\ FAQ.htm*
#slackware\ FAQ_files/
LinuxQuestions_org\ -\ knoppix\ hd\ install\ -\ where\ Linux\ newbies\ come\ for\ help.htm*
LinuxQuestions_org\ -\ knoppix\ hd\ install\ -\ where\ Linux\ newbies\ come\ for\ help_files/
New\ Text\ Document.txt*
alsa\ problem*
alsa-driver-0.9.5.tar.bz2*
alsa-driver-0.9.6/
alsa-driver-0.9.6.tar.bz2*
alsa-lib-0.9.6.tar.bz2*
alsa-oss-0.9.6.tar.bz2*
alsa-tools-0.9.6.tar.bz2*
alsa-utils-0.9.6.tar.bz2*
asla/
isapnp-2_3_14_diff.txt*
kernel-2.2.21/
ksource/
modem/
slackmodprobe.txt*
sndconfig/
root@darkstar:/mnt/win_c/0/slackware# cd alsa-driver-0.9.6
root@darkstar:/mnt/win_c/0/slackware/alsa-driver-0.9.6# ls
CARDS-STATUS* config.status* install-sh* test/
Makefile* configure* isa/ todo*
Makefile.conf* configure.in* modules/ toplevel.config*
Makefile.conf.in* copying* parisc/ toplevel.config.in*
Rules.make* cvscompile* pci/ usb/
acinclude.m4* doc/ pcmcia/ utils/
aclocal.m4* drivers/ ppc/ version*
acore/ faq* readme* version.in*
alsa-driver-0.9.6/ hal2/ snddevices* warning*
alsa-kernel/ i2c/ snddevices.in*
arm/ include/ support/
config.log* install* synth/
root@darkstar:/mnt/win_c/0/slackware/alsa-driver-0.9.6# ./configure --with-cards=cs4236 --with-sequencer=yes;make;make install
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/ginstall -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /mnt/win_c/0/slackware/alsa-driver-0.9.6
checking cross compile...
checking for directory with kernel source... /lib/modules/2.4.20/build
checking for kernel version... 2.4.20
checking for GCC version... Kernel compiler: Used compiler: gcc (GCC) 3.2.2

*** NO PREDEFINED KERNEL COMPILER IS DETECTED
*** Assuming the same compiler is used with the current system compiler.

*** Please make sure that the same compiler version was used for building kernel.

checking for kernel linux/compiler.h... "yes"
checking for kernel linux/pm.h... "yes"
checking for kernel linux/spinlock.h... "yes"
checking for kernel linux/irq.h... "yes"
checking for kernel linux/threads.h... "yes"
checking for kernel linux/rwsem.h... "yes"
checking for kernel linux/gameport.h... "yes"
checking for kernel linux/devfs_fs_kernel.h... "yes"
checking for kernel linux/highmem.h... "yes"
checking for kernel linux/workqueue.h... "no"
checking for kernel asm/hw_irq.h... "yes"
checking for kernel linux/jiffies.h... "no"
checking for kernel linux/compat.h... "no"
checking for kernel linux/adb.h... "yes"
checking for kernel linux/cuda.h... "yes"
checking for kernel linux/pmu.h... "yes"
checking for kernel module symbol versions... "no"
checking for PCI support in kernel... "yes"
checking for SGI/MIPS (HAL2) architecture... "no"
checking for directory to store kernel modules... /lib/modules/2.4.20/kernel/sound
checking for verbose printk... on
checking for debug level... none
checking for ISA support in kernel... "yes"
checking for processor type... i486
checking for SMP... "no"
checking for ISA PnP driver in kernel... yes
checking for PnP driver in kernel... no
checking for Kernel ISA-PnP support... "no"
checking for Kernel ISA-PnP module support... "yes"
checking for strlcpy... "no"
checking for snprintf... "yes"
checking for vmalloc_to_page... "yes"
checking for old kmod... "yes"
Symlinking <linux/pnp.h>...
ln: creating symbolic link `include/linux/pnp.h' to `../../support/pnp/pnp.h': Operation not permitted
checking for driver version... 0.9.6
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for RTC callback support in kernel... "no"
checking for USB support... "no"
checking for USB module support... "yes"
checking for kernel PCMCIA
checking for PCMCIA support... "no"
checking for PCMCIA module support... "yes"
checking for PC9800 support in kernel... "no"
checking for which soundcards to compile driver for... cs4236
configure: creating ./config.status
config.status: creating version
config.status: creating Makefile.conf
config.status: creating snddevices
config.status: creating utils/alsa-driver.spec
config.status: creating utils/buildrpm
config.status: creating toplevel.config
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: creating include/config1.h
config.status: include/config1.h is unchanged
config.status: creating include/version.h
config.status: include/version.h is unchanged
if [ ! -d include/sound -a ! -L include/sound ]; then \
ln -sf ../alsa-kernel/include include/sound ; \
fi
ln: creating symbolic link `include/sound' to `../alsa-kernel/include': Operation not permitted
make: *** [include/sound/version.h] Error 1
rm -rf /lib/modules/2.4.20/kernel/sound
make[1]: Entering directory `/mnt/win_c/0/slackware/alsa-driver-0.9.6/support'
make -C pnp modules_install
make[2]: Entering directory `/mnt/win_c/0/slackware/alsa-driver-0.9.6/support/pnp'
mkdir -p /lib/modules/2.4.20/kernel/sound/support/pnp
cp snd-pnp.o /lib/modules/2.4.20/kernel/sound/support/pnp
cp: cannot stat `snd-pnp.o': No such file or directory
make[2]: *** [_modinst__] Error 1
make[2]: Leaving directory `/mnt/win_c/0/slackware/alsa-driver-0.9.6/support/pnp'
make[1]: *** [_modinst_pnp] Error 2
make[1]: Leaving directory `/mnt/win_c/0/slackware/alsa-driver-0.9.6/support'
make: *** [install-modules] Error 1
root@darkstar:/mnt/win_c/0/slackware/alsa-driver-0.9.6# ./configure
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/ginstall -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /mnt/win_c/0/slackware/alsa-driver-0.9.6
checking cross compile...
checking for directory with kernel source... /lib/modules/2.4.20/build
checking for kernel version... 2.4.20
checking for GCC version... Kernel compiler: Used compiler: gcc (GCC) 3.2.2

*** NO PREDEFINED KERNEL COMPILER IS DETECTED
*** Assuming the same compiler is used with the current system compiler.

*** Please make sure that the same compiler version was used for building kernel.

checking for kernel linux/compiler.h... "yes"
checking for kernel linux/pm.h... "yes"
checking for kernel linux/spinlock.h... "yes"
checking for kernel linux/irq.h... "yes"
checking for kernel linux/threads.h... "yes"
checking for kernel linux/rwsem.h... "yes"
checking for kernel linux/gameport.h... "yes"
checking for kernel linux/devfs_fs_kernel.h... "yes"
checking for kernel linux/highmem.h... "yes"
checking for kernel linux/workqueue.h... "no"
checking for kernel asm/hw_irq.h... "yes"
checking for kernel linux/jiffies.h... "no"
checking for kernel linux/compat.h... "no"
checking for kernel linux/adb.h... "yes"
checking for kernel linux/cuda.h... "yes"
checking for kernel linux/pmu.h... "yes"
checking for kernel module symbol versions... "no"
checking for PCI support in kernel... "yes"
checking for SGI/MIPS (HAL2) architecture... "no"
checking for directory to store kernel modules... /lib/modules/2.4.20/kernel/sound
checking for verbose printk... on
checking for debug level... none
checking for ISA support in kernel... "yes"
checking for processor type... i486
checking for SMP... "no"
checking for ISA PnP driver in kernel... yes
checking for PnP driver in kernel... no
checking for Kernel ISA-PnP support... "no"
checking for Kernel ISA-PnP module support... "yes"
checking for strlcpy... "no"
checking for snprintf... "yes"
checking for vmalloc_to_page... "yes"
checking for old kmod... "yes"
Symlinking <linux/pnp.h>...
ln: creating symbolic link `include/linux/pnp.h' to `../../support/pnp/pnp.h': Operation not permitted
checking for driver version... 0.9.6
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for RTC callback support in kernel... "no"
checking for USB support... "no"
checking for USB module support... "yes"
checking for kernel PCMCIA
checking for PCMCIA support... "no"
checking for PCMCIA module support... "yes"
checking for PC9800 support in kernel... "no"
checking for which soundcards to compile driver for... all
configure: creating ./config.status
config.status: creating version
config.status: creating Makefile.conf
config.status: creating snddevices
config.status: creating utils/alsa-driver.spec
config.status: creating utils/buildrpm
config.status: creating toplevel.config
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: creating include/config1.h
config.status: creating include/version.h
config.status: include/version.h is unchanged
root@darkstar:/mnt/win_c/0/slackware/alsa-driver-0.9.6# make
if [ ! -d include/sound -a ! -L include/sound ]; then \
ln -sf ../alsa-kernel/include include/sound ; \
fi
ln: creating symbolic link `include/sound' to `../alsa-kernel/include': Operation not permitted
make: *** [include/sound/version.h] Error 1
root@darkstar:/mnt/win_c/0/slackware/alsa-driver-0.9.6# make

so any way in answer to yuor question teh first and only file i have tried to compile is alsa-driver0.9.6 thanx ina avdanced

ps thsi linux stuff will take a while to get a hang of but im persistant
 
Old 09-18-2003, 05:02 AM   #4
oobe
Member
 
Registered: Sep 2003
Distribution: slackware
Posts: 85

Original Poster
Rep: Reputation: 16
i have gotten a little further this morining i could get to configuration part after installing an alsa kernel for slackware.

from this site http://www.audioslack.com/ and afterwards i could run the alsa-driver-i686.tgz file and it would run configuation but but then it would say couldnt find the driver would i like to install a generic one.

then warned it could make my system unstable i opted out as i like this install it is the most stable ive had and i ve from forcing my winmodem to install with old drivers so i tried to install alsa-lib-i686.tgz and it seemed to run configuration again and detected it correctly after this it asked if i would like to write it to modules.conf and it ran some error after that and froze somthing like this
this is not from this morning so i cant besure it looks the same though
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- rc.M 2003-03-10 07:07:23.000000000 +1100
|+++ rc.M.alsa 2003-08-17 23:40:44.000000000 +1000
--------------------------
File to patch:

this was from this afternnon after trying agian exept now i cant get any configuration scripts happening again i had to install a version of an alsa kernel from this site that i posted above in oder to install and rune the alsa drivers.

to be honest i havent the faintist idea what iam doing i know there are four files i must install but which ones do i need to install first the only reason i am doing this is because i am unable to get my sound to work i checked which drivers were supported by slackware in one of the files i cant remember the slackware site recommended this location and the closet it could come up with is cs4232 and my card is a cs4235 audio codec.

although i like the idea of the advanced sound architechture and the above site seems promising with its concepts.
posted below is the full attempt to run the alsa-driver-0.9.6-i686-1.tgz insatll again


root@darkstar:/mnt/win_c/0/slackware# cd asla
root@darkstar:/mnt/win_c/0/slackware/asla# installpkg alsa-driver-0.9.6-i686-1.tgz
Installing package alsa-driver-0.9.6-i686-1...
PACKAGE DESCRIPTION:
alsa-driver: The Advanced Linux Sound Architecture (ALSA) provides audio and
alsa-driver: MIDI functionality to the Linux operating system. ALSA has the
alsa-driver: following significant features:
alsa-driver:
alsa-driver: * Efficient support for all types of audio interfaces, from
alsa-driver: consumer soundcards to professional multichannel audio interfaces.
alsa-driver: * Fully modularized sound drivers.
alsa-driver: * SMP and thread-safe design.
alsa-driver: * User space library (alsa-lib) to simplify application programming
alsa-driver: and provide higher level functionality.
alsa-driver: * Support for the older OSS API, providing binary compatibility for
alsa-driver: most OSS programs.
Executing install script for alsa-driver-0.9.6-i686-1...
rm: `/dev/snd' is a directory
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- rc.M 2003-03-10 07:07:23.000000000 +1100
|+++ rc.M.alsa 2003-08-17 23:40:44.000000000 +1000
--------------------------
File to patch: alsa-driver-0.9.6-i686-1.tgz
alsa-driver-0.9.6-i686-1.tgz: No such file or directory
Skip this patch? [y] y
Skipping patch.
1 out of 1 hunk ignored
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- rc.6 2003-02-27 13:15:26.000000000 +1100
|+++ rc.6.alsa 2003-08-17 23:40:51.000000000 +1000
--------------------------
File to patch: l
l: No such file or directory
Skip this patch? [y] y
Skipping patch.
1 out of 1 hunk ignored

ALSA driver installation and configuration complete.

and lib
root@darkstar:/mnt/win_c/0/slackware/asla#
root@darkstar:/mnt/win_c/0/slackware/asla# installpkg alsa-lib-0.9.6-i686-1.tgz
Installing package alsa-lib-0.9.6-i686-1...
PACKAGE DESCRIPTION:
alsa-lib: ALSA Library
alsa-lib:
alsa-lib: The ALSA library is the interface between applications and the ALSA
alsa-lib: drivers.
alsa-lib:
alsa-lib: This package needs alsa-driver-0.9.4 and a kernel with ALSA modules.

i have a back up of my original kernel so it wont be hard to go back if someone can suggest to me what steps to take to start from scratch or to recompile my kernel.

im also having problems installing other packages
could it be my new kernel does not match my usr/linux/src now?
oot@darkstar:/home/oobe/lmme-0.6.4# gedit README
root@darkstar:/home/oobe/lmme-0.6.4# sh configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for pthread_create in -lpthread... (cached) yes
checking for initscr in -lncurses... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for termio.h... (cached) yes
checking for ncurses.h... (cached) yes

checking for pthread.h... (cached) yes
checking for working const... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether gcc needs -traditional... (cached) no
checking for vprintf... (cached) yes
checking for mkdir... (cached) yes
checking for select... (cached) yes
checking for socket... (cached) yes
checking for strerror... (cached) yes
checking for strstr... (cached) yes
creating ./config.status
creating Makefile
creating src/Makefile
creating config.h
config.h is unchanged
root@darkstar:/home/oobe/lmme-0.6.4# make
make all-recursive
make[1]: Entering directory `/home/oobe/lmme-0.6.4'
Making all in src
make[2]: Entering directory `/home/oobe/lmme-0.6.4/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -DVERSION=\"0.6.4\" -DVERSION_BRANCH=\"Alpha\" -g -O2 -c commandModule.C
commandModule.C:24: default argument given for parameter 4 of `int
Command_Object::Add_Command(char*, int, int, int = 0, char* = 0)'
commandModule.h:120: after previous specification in `int
Command_Object::Add_Command(char*, int, int, int = 0, char* = 0)'
commandModule.C:24: default argument given for parameter 5 of `int
Command_Object::Add_Command(char*, int, int, int = 0, char* = 0)'
commandModule.h:120: after previous specification in `int
Command_Object::Add_Command(char*, int, int, int = 0, char* = 0)'
make[2]: *** [commandModule.o] Error 1
make[2]: Leaving directory `/home/oobe/lmme-0.6.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/oobe/lmme-0.6.4'
make: *** [all-recursive-am] Error 2
root@darkstar:/home/oobe/lmme-0.6.4# ./lmme
-bash: ./lmme: No such file or directory
root@darkstar:/home/oobe/lmme-0.6.4# gedit README
root@darkstar:/home/oobe/lmme-0.6.4# ./lmme
-bash: ./lmme: No such file or directory
root@darkstar:/home/oobe/lmme-0.6.4# ./lmme
-bash: ./lmme: No such file or directory
root@darkstar:/home/oobe/lmme-0.6.4# ./ lmme
-bash: ./: is a directory
root@darkstar:/home/oobe/lmme-0.6.4# . /lmme
-bash: .: /lmme: is a directory
root@darkstar:/home/oobe/lmme-0.6.4# ls
AUTHORS Makefile.in config.h docs/ stamp-h
COPYING NEWS config.h.in install-sh* stamp-h.in
ChangeLog README config.log missing* symlink-fix*
INSTALL TODO config.status* mkinstalldirs*
Makefile aclocal.m4 configure* refresh-autoconf*
Makefile.am config.cache configure.in src/
root@darkstar:/home/oobe/lmme-0.6.4# cd /
root@darkstar:/# cd /home/oobe
root@darkstar:/home/oobe# ls
Desktop/ lmme-0.6.4/ lmme-0.6.4.tar.gz lmme.tgz
root@darkstar:/home/oobe# insatllpkg lmme.tgz
-bash: insatllpkg: command not found
root@darkstar:/home/oobe# installpkg lmme.tgz
Installing package lmme...
PACKAGE DESCRIPTION:

root@darkstar:/home/oobe# installpkg lmme.tgz
Installing package lmme...
PACKAGE DESCRIPTION:

root@darkstar:/home/oobe# locate lmme
root@darkstar:/home/oobe# find lmme
find: lmme: No such file or directory
root@darkstar:/home/oobe# grep lemme

Last edited by oobe; 09-18-2003 at 05:20 AM.
 
Old 09-18-2003, 07:49 AM   #5
oobe
Member
 
Registered: Sep 2003
Distribution: slackware
Posts: 85

Original Poster
Rep: Reputation: 16
there is proably somthing really simple i am missing !!!!

how come i am the only one posting on my topic
 
Old 09-21-2003, 08:51 AM   #6
oobe
Member
 
Registered: Sep 2003
Distribution: slackware
Posts: 85

Original Poster
Rep: Reputation: 16
my sound works now i git oss drivers much simpler and they sound excellent to
 
Old 11-29-2003, 12:27 PM   #7
LinFreak!
Member
 
Registered: Jul 2003
Location: England
Distribution: slack9.1
Posts: 209

Rep: Reputation: 30
Quote:
Originally posted by oobe
there is proably somthing really simple i am missing !!!!

how come i am the only one posting on my topic
you are not alone!! i've spent many hours fiddling before - the chances are no-one here has ever tried what you've just gone through. Ever closer to being a miniature guru!
 
Old 12-02-2003, 08:59 PM   #8
cellist
Member
 
Registered: Oct 2003
Location: Cincinnati, OH
Distribution: Ubuntu 12.04
Posts: 145

Rep: Reputation: 16
I don't know if you're still checking these posts, but I have an IBM ThinkPad 600 running Slackware 9.1. No matter what I do I can't get my kernel to identify my sound device (also a cs4232). I've tried recompiling the kernel (successfully I might add, which is progress) to 2.4.23 with the appropriate modularized drivers. I've tried running alsaconf and all that accomplishes is a kernel panic. I've tried using OSS but it tells me there's no such device. I've tried manually insmodding cs4232 with io=0x530 irq=5 dma=1 dma2=0, I've tried using the numbers WinXP uses, irq=7 and dma=3. It still gives me the same error message: device does not exist. I know it exists, it worked beautifully under Mandrake and RedHat. I'm at the end of my rope on this one, I'm one short step away from scrapping Slackware altogether. If anybody has any ideas, anything I might try, please, let me know. Thanks.
 
Old 12-03-2003, 06:18 AM   #9
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 48
have you tried editing the /etc/rc.d/rc.modules file?? I'm looking at mine and there is a driver module for "Crystal CS4232 based (pnp) cards.
Code:
 /sbin/modprobe cs4232
So Slackware does support this sound device!!! Don't "bash/abandon" Slack until you have exhausted ALL avenues.
 
Old 12-04-2003, 03:58 AM   #10
cellist
Member
 
Registered: Oct 2003
Location: Cincinnati, OH
Distribution: Ubuntu 12.04
Posts: 145

Rep: Reputation: 16
Thank you for the advice. I was feeling quite (understandably I think) frustrated. I tried the only other thing left for me to try, which somone suggested earlier, and that was to disable Quickboot in BIOS. I don't know how I missed that earlier, but it appears to have worked beautifully! I feel sheepish now...

Thanks everyone, until next time...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with alsa waelali Linux - Software 2 05-18-2005 11:25 AM
Alsa problem marimasse Linux - Hardware 1 11-04-2004 11:54 AM
ALSA Problem fettouhi Linux - Software 2 01-16-2004 03:33 AM
ALSA problem flikmy Linux - Software 3 12-10-2003 12:34 AM
ALSA Problem.. JoooN Slackware 2 09-24-2003 03:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration