473,407 Members | 2,306 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

sound issues and command line help...

tpgames
785 512MB
If the error message says
Expand|Select|Wrap|Line Numbers
  1. Bad key or directory name: "/apps/gnome-alsamixer/display_sliders/SigmaTel_STAC9708,11-Master": `,' is an invalid character in key/directory names
What do all do you suggest I remove and/or reinstall? I have NO sound anywheres and the Ubuntu forum has too many questions and no answers for sound issues currently. People have lives and I understand that. :) I did redo everything on the how-to install sound and went through all of the problem solving answers. I do have complete files of all the data from the beginning HERE. Just click on any link there to view. :D
And is the following correct syntax for the command line to remove and install said program?
Expand|Select|Wrap|Line Numbers
  1.  apt-get autoremove gnome-alsamixer 
Expand|Select|Wrap|Line Numbers
  1.  apt-get gnome-alsamixer 
Ubuntu system. Ask anything else you need to know.
Thanks!
Jun 23 '09 #1
12 3259
AmberJain
884 Expert 512MB
Hello,
@tpgames
I'm not sure about the "remove" command above but IIRC, then the command to install should be:
Expand|Select|Wrap|Line Numbers
  1. sudo apt-get install name_of_the_package_to_be_installed
The 'sudo' part is used to execute this command as superuser while the 'install' part is one of arguements of apt-get.

AmbrNewlearner
Jun 24 '09 #2
tpgames
785 512MB
I do hear sound beeps. However, testing sound in System/preferences/sound nets no sound. I didn't start hearing beeps until Balazar crashed. I uninstall that program.

I did remove and reinstall gnome-alsa mixer and still no luck. I still get the same error messages. I'm now going to try uninstalling everything pulse.
Jun 24 '09 #3
tpgames
785 512MB
Did not work! I'm going to post all the latest results at the above link. I don't wish to flood this forum with my faulty attempts.
(Above link does not reach my main site directly and folder only contains stuff to resolve this issue. )
Jun 24 '09 #4
tpgames
785 512MB
I will post what actually worked though - with a complete how-to if I can get that right.
Right now, I'm trying to figure out what else to try to install/uninstall.
Jun 24 '09 #5
tpgames
785 512MB
Here is the link to the latest outputs that indicate several errors.
Go here

The file is way to long for me to comfortably post here. Plus it indicates that something may be faulty with the sound cards? or Drivers. Plus, the gnome-alsa mixer configuration file I can't fix because I don't know how to. Removing it and then reinstalling it does not work. It still have the apps files all wrong.
Bye! Thanks!
Jun 26 '09 #6
Nepomuk
3,112 Expert 2GB
OK, first of all: The gnome-alsamixer is just a piece of software to make controlling the sound output more easily - it's not the driver or anything. And yes, the soundcard is a chip, so you can't delete it.

Then, the apt-get commands were wrong - use
Expand|Select|Wrap|Line Numbers
  1. sudo apt-get remove gnome-alsamixer
to remove and
Expand|Select|Wrap|Line Numbers
  1. sudo apt-get install gnome-alsamixer
to install it.

Now, for your installation issues, you might want to start using synaptic instead of apt-get - it's easier to use for the moment as it uses a graphical interface and so you don't have to worry about syntactical problems.

Next, we have to track your problem. My guess is, that for some reason, alsa isn't set up correctly. Try using alsamixer to see, if any card is recognised. The alsamixer is a mixer, which lets you control the various sound levels. You can navigate with the arrow buttons, the tab button and quit it with the Esc button.

If that works, you possibly just have to set some of the levels up. If it doesn't, please tell us the output of the command.

Also, the command
Expand|Select|Wrap|Line Numbers
  1. alsactl names
might give you some more information. Otherwise, try
Expand|Select|Wrap|Line Numbers
  1. head /etc/asound.names
. In any case, post the results here please.

Greetings,
Nepomuk
Jun 29 '09 #7
tpgames
785 512MB
1} Nothing materialized. I added sudo to the command and it gave me nothing. Without sudo, it said I had no permissions.
(Also, I was using the graphic interface until I had issue with getting sound working. Thats when I redid everything. )

2} ctl {
alsactl1 {
name hw:0
comment 'Physical Device - Ensoniq AudioPCI ENS1371 at 0xdc00, irq 12'
}
}
pcm {
alsactl1 {
name front:0
comment 'Abstract Device - Front Speakers (Duplex)'

3) I do get system beeps within Xchat. However, if I go to System - preferences - sound and test sound, I get no sound. I accidentally found that out when I pushed Back Space for too long. I also get no sound in when I try to play radio, etc. Basically, the only sound I've ever heard was beeps when backspacing for too long. :D
Thanks!
Jul 1 '09 #8
tpgames
785 512MB
Update: I am waiting for the 9.04 cd to come into the mail. I am going to do a complete fresh install, hoping to do things right so that I can totally delete everything on the drive.

Question:
What do I do before a fresh install if I want to wipe the OS and start over from scratch?
Thanks!
Jul 6 '09 #9
AmberJain
884 Expert 512MB
Hello,
@tpgames
For a fresh install, you need to format the partition. It seems to me that you will dedicate the complete harddisk to ubuntu. And therefore, you may need to format the complete harddisk. (You may leave the swap partition intact if you wish).

To format the partition (or complete harddisk), there are loads of programs around (e.g. Search Gparted on google). Gparted is also available on Ubuntu Live CD iirc. There is also an easy to use program called 'cfdisk' on Ubuntu live CD.

And yes, Good luck!

Hope this helps....
AmbrNewlearner
Jul 6 '09 #10
ashitpro
542 Expert 512MB
[quote=tpgames;3495818]If the error message says
Expand|Select|Wrap|Line Numbers
  1. Bad key or directory name: "/apps/gnome-alsamixer/display_sliders/SigmaTel_STAC9708,11-Master": `,' is an invalid character in key/directory names
Did you visit this link:
http://ubuntuforums.org/showthread.php?t=693088

I haven't put any thoughts into it but searching on google.
Please try this before reinstalling the OS.

Good Luck

Regards,
Ash
Jul 6 '09 #11
tpgames
785 512MB
Thanks for those links! I've been trying to use search to find someone else with the same issues at that forum for days. I also used google, but had my search terms wrong.

I'll try those fixes tomorrow when I'm not babysitting.
Jul 8 '09 #12
tpgames
785 512MB
Sound, movies, etc. work. so Yeah! Firefox tends to crash, but installed gecko player and so far no crashing. (I redid this:
Expand|Select|Wrap|Line Numbers
  1. sudo apt-get remove kaffeine-mozilla mozilla-helix-player mozilla-mplayer mozilla-plugin-vlc totem-mozilla xine-plugin 
before installing gecko. So far FF has lasted longer without crashing, Trailers work and do not crash.

UPdate: FF does crash, but it appears to be more of a memory usage problem. If I play soundcast off of the browser, and then try to get pulse-audio controller up to check setting, FF crashes.

gnome-alsa gaff - To fix, it requires me to uninstall one lib and install another lib. It didn't fix the problem. BUT, being that sound works and all, I'm ignoring gnome-alsa mixer and not using it. I'll work on getting skype working later. I didn't have intel anyways. I have Nvidia and ensoniq.
Jul 14 '09 #13

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Alex Holcombe | last post by:
 One thing that attracted me to Python was the prospect of significantly shorter debugging times and debug-execution cycles thanks to Python being an interpreted rather than compiled language. In...
2
by: Kent Tegels | last post by:
Greetings, I've written some code for a presentation I'm scheduled to give in a couple of weeks. It compiles nicely instead of VS.NET 2003, but is giving me fits when I try to complie it from...
7
by: Newbillian | last post by:
Is there some way of using vba to automate the processe of joining an Access 97 security workgroup? I typed wrkgadm /? at a command prompt and it just opens the gui, so I'm not sure what the...
9
by: craig.overton | last post by:
All, I am currently developing an FTP class in VB.NET. It's kid tested, mother approved when trying to access an FTP Server on a Windows box meaning I can connect, run commands, upload and...
4
by: Bucco | last post by:
I installed python 2.5b3 on my windows XP sp2 box without any issues. I can double click the python program, and idle comes up in the command line window. However when I run python from the...
5
by: elitecodex | last post by:
Hey everyone. I have this query select * from `TableName` where `SomeIDField` 0 I can open a mysql command prompt and execute this command with no issues. However, Im trying to issue the...
8
by: jer | last post by:
I've noticed you've helped a lot of people that were trying to do sound recording through VB.net. I'm searched all over the internet, and I'm still having problems write sound to a wav file. My...
4
by: =?Utf-8?B?UmljaA==?= | last post by:
When I press the Enter key in a Textbox I get a beep sound. But when I press the Enter key in a combobox, I don't get the beep sound. Is there a way to suppress the beep? How to do this? ...
6
by: gobblegob | last post by:
Hi guys, I am playing a sound using MMC on a form that pops up. Ok here is the problem it plays fine the first time but when the form loads the second time it plays no sound. Private Sub...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.