Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Knoppix Help Forum > Knoppix installed, no sound, some drives not mounted

Forgot Password?
 Knoppix Help Forum   For all discussions about Knoppix, the Linux "Live CD" that lets you run Linux without needing to install on your hard drive.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 02-26-2005   #1 (permalink)
Linux User
 
Martin from Dublin's Avatar
 
Join Date: Dec 2004
Location: Dublin, Rep. of Ireland
Posts: 384
Knoppix installed, no sound, some drives not mounted

Hi all,

Since my last thread, I got Knoppix installed and LiLo configured but now I have no sound and my CD roms, floppy drive and USB stick aren't mounted. There's no icon in the system tray for sound but when I ran Knoppix form the CD, that icon was there even though there was no sound.

When I run sndconfig, I'm told that I'm not running a kernel with modular sound enabled and that soundcore.0 is not found in the module search path . So I'm obvisously missing something but I've run the install twice now and get the same result.

Any kind soul out there willing to help me out?

Martin,

Dublin, Ireland
__________________
LINUX: Where do you want to go.......Tomorrow!

Registered Linux user 396633
Martin from Dublin is offline  


Reply With Quote
Old 02-27-2005   #2 (permalink)
Linux Newbie
 
Join Date: Oct 2004
Location: Arizona, USA
Posts: 217
Send a message via AIM to mechmaster Send a message via MSN to mechmaster
to mount a device you need the device name and also this:

Code:
mount (name of device ex. /dev/hda1)
it should work, im not 100% sure but i think if you have a floppy or CD in the drive it may be mounted not sure about the sound
__________________
Linux is for those who want to know why their computer works.

Registered Linux Machine #293111
Registered Linux User #371115
mechmaster is offline   Reply With Quote
Old 02-27-2005   #3 (permalink)
Linux Guru
 
dylunio's Avatar
 
Join Date: Aug 2004
Location: Cymru
Posts: 4,157
Usually when mounting a device there will be a file within /mnt like cdrom and you would mount the cdrom drive with this:
Code:
mount /dev/hd* /mnt/cdrom
replace hd* with the device name such as hdc. But only ever mount when you have media within the drive,

I don't know about your sound, sorry;

dylunio
__________________
Registered Linux User #371543!
Get force-get May The Source Be With You
/dev/null
/dev/null2
dylunio is offline   Reply With Quote
Old 02-27-2005   #4 (permalink)
Linux User
 
Martin from Dublin's Avatar
 
Join Date: Dec 2004
Location: Dublin, Rep. of Ireland
Posts: 384
Hi all,

Anyome know how to read German? The error messages are not in English, making matters worse! Here's what I got;

Martin@dhcppc0:~$ su
Password:
root@dhcppc0:/home/Martin# mount /dev/hdc /mnt/cdrom
mount: Fehler beim Erraten des Dateisystemtyps
mount: Einhängepunkt /mnt/cdrom ist eine symbolische Verknüpfung,
deren Ziel nicht existiert
root@dhcppc0:/home/Martin#

I think it's telling me something I'm trying to mount doesn't exist.

Martin,

Dublin, Ireland
__________________
LINUX: Where do you want to go.......Tomorrow!

Registered Linux user 396633
Martin from Dublin is offline   Reply With Quote
Old 02-27-2005   #5 (permalink)
Linux Guru
 
dylunio's Avatar
 
Join Date: Aug 2004
Location: Cymru
Posts: 4,157
Martin from Dublin, I think it is saying the mountpoint doesn't exist, I'dd have a look in /mnt and if knoppix has it /media do see if there is a file named cdrom or dvd you can mount the cd to.

if you can't find one try
Code:
su
[rootpass]
mkdir /mnt/cdrom
and then try and mount the drive.
Also look in your /etc/fstab and look at the line (if you have one) for your cdrom drive, in which it will say were the drive is mounted.

I hope this helps;

dylunio
__________________
Registered Linux User #371543!
Get force-get May The Source Be With You
/dev/null
/dev/null2
dylunio is offline   Reply With Quote
Old 02-27-2005   #6 (permalink)
Linux User
 
Martin from Dublin's Avatar
 
Join Date: Dec 2004
Location: Dublin, Rep. of Ireland
Posts: 384
Hi again Dylunio,

Not going well I'm afraid, more error messages in German;

Martin@dhcppc0:~$ su
Password:
root@dhcppc0:/home/Martin# mkdir /mnt/cdrom
mkdir: kann Verzeichnis ,,/mnt/cdrom" nicht anlegen: Die Datei existiert bereits
root@dhcppc0:/home/Martin# mkdir /mnt/cdrom
mkdir: kann Verzeichnis ,,/mnt/cdrom" nicht anlegen: Die Datei existiert bereits
root@dhcppc0:/home/Martin# /etc/fstab
bash: /etc/fstab: Keine Berechtigung
root@dhcppc0:/home/Martin# /etc/fstab
bash: /etc/fstab: Keine Berechtigung
root@dhcppc0:/home/Martin#

I noticed when it's run from the CD om, only the CD it is reading is mounted, maybe if I get an update for the O.S...? Where do activate the update download?

By the way, the sound configuration in KDE Centre says for sound there is no such file or directory and I can't view details of the kernel, this must be where my problem lies and an update might fix it.

Martin,

Dublin, Ireland
__________________
LINUX: Where do you want to go.......Tomorrow!

Registered Linux user 396633
Martin from Dublin is offline   Reply With Quote
Old 03-09-2005   #7 (permalink)
Just Joined!
 
Join Date: Mar 2005
Posts: 15
If your Knoppix version still uses knx-alsa, I would recommend removing it and checking the alsa situation. Soundconfig has never worked for me
but alsaconf works every time, provided the device
is supported. You'll need alsa-base & alsa-utils from apt sources, maybe alsadriver aswell (virtual package). I just add ALSA in custom kernels,
upgrade alsa-base & alsa-utils, then run alsaconf.

I don't know the German exactly but basically your first assumption is correct, I think Keine Berechtigung means no administation or su?
Die Datei existiert bereits mean it already exists. There are packages within Knoppix for multiple language output.
You can use dselect to find unecessary language packs.
Online altavista babelfish for common language conversion.

To update the entire installation, the safe bet is apt-get update followed by
apt-get upgrade. What kernel do you use? SCSI emulation is not
needed in kernel 2.6.xx unless you have an SCSI specific hardware, so you may need a new kernel and native ATAPI support.
xxosix is offline   Reply With Quote
Old 03-09-2005   #8 (permalink)
Linux User
 
Martin from Dublin's Avatar
 
Join Date: Dec 2004
Location: Dublin, Rep. of Ireland
Posts: 384
Hi xxosix,

For the moment, I uninstalled Knoppix as I'm using the space to try out Fedora, but right now I'm in the middle of a disaster with re-installing Mandrake and have had to order a new DVD Rom as the original is damaged (downloading's not an option for me). Once I'm back up, I'll be loading my distros back on, these will include Fedora and SuSE, if I have space left over for Knoppix, I load it also, otherwise I'll just run it from the CD Rom for now.

Thanks

Martin,

Dublin, Ireland
__________________
LINUX: Where do you want to go.......Tomorrow!

Registered Linux user 396633
Martin from Dublin is offline   Reply With Quote
Old 07-02-2005   #9 (permalink)
Linux User
 
Martin from Dublin's Avatar
 
Join Date: Dec 2004
Location: Dublin, Rep. of Ireland
Posts: 384
Hi guys,

Ok, it's been a while but hose who've seen my posts in the other forums will know I replaced my main hard drive and added an ITE controller, then attached my old drive to that to serve as a spare. I've now re-installed Knoppix and boot it from a floppy as the SuSE bootloader I normally use only recognises GRUB and not LiLO.

Now, the sound works on the TV application, but not the KDE desktop, that means it's installed but KDE is not looking at it. There is a defunct onboard VIA-AC97 sound card in the machine, I would presume KDE is looking at that instead of the SB LIVE Value card which is the correct sound device. So....how do I correct this in KDE? Hopefully it won't be too difficult!

The CD roms aren't mounted but all the drives/partitions are with the exception of the ITE controller but I've had that same issue with my other distros (except Xantros). There are icons on the desktop for the CD Roms, but judging by the error meesages I get when I try to mount them, I think I'm getting a conflict as if I'm trying to mount the same device twice? Any ideas?

If any of you are watching LIVE 8 now.....enjoy! I have it on the satelite TV beside me while I surf.

Martin,

Dublin, Ireland
__________________
LINUX: Where do you want to go.......Tomorrow!

Registered Linux user 396633
Martin from Dublin is offline   Reply With Quote
Old 07-04-2005   #10 (permalink)
Linux User
 
Martin from Dublin's Avatar
 
Join Date: Dec 2004
Location: Dublin, Rep. of Ireland
Posts: 384
Okay, I upgraded to Knoppix 3.9. It works off the CD Rom perfect,but when installed to the hard drive.....no sound,CD Roms don't work.....same problems. This is weird...!
__________________
LINUX: Where do you want to go.......Tomorrow!

Registered Linux user 396633
Martin from Dublin is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 12:40 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2