LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-01-2009, 02:07 AM   #1
tysonmax20042003
Member
 
Registered: Dec 2008
Location: Barrie, Ontario, Canada
Distribution: Ubuntu 10.04
Posts: 55

Rep: Reputation: 15
Question Help me with a few problems plz!!!!!!


I tell people about linux and open standards when ever I get a moment. I have a few distros, but I just started to use ubuntu on my harddrive I have 8.10. My first problem is I have no audio at all but only at the logon screen. I cheched the sound prefrences and looks ok. My second problem is my keyboard will not add the $%?$?&&$%& keys they do the blue not the black. Also Im using the default as generic 105-key (Intl) PC. One newbish question also how do you use a tar for example to install a program and is rar able to be opened in linux. One last question what is an exetuable for example .exe is in windows. Thanks in advance.
 
Old 01-01-2009, 02:18 AM   #2
asymptote
Member
 
Registered: Mar 2008
Posts: 236

Rep: Reputation: 37
When you check the sound preferences in System -> Preferences -> Sound try selecting different drivers like OSS, ALSA, or PulseAudio. If you have a file that is in tar.gz format, you can extract it by typing:
Code:
tar xvzf <file>.tar.gz
In order to install it there should be a file called README that tells you how to install the program. Usually you type:
Code:
./configure
make
make install
But it depends so please read the README file.
 
Old 01-01-2009, 10:18 AM   #3
tysonmax20042003
Member
 
Registered: Dec 2008
Location: Barrie, Ontario, Canada
Distribution: Ubuntu 10.04
Posts: 55

Original Poster
Rep: Reputation: 15
Question

Quote:
Originally Posted by asymptote View Post
If you have a file that is in tar.gz format, you can extract it by typing:
Code:
tar xvzf <file>.tar.gz
In order to install it there should be a file called README that tells you how to install the program. Usually you type:
Code:
./configure
make
make install
But it depends so please read the README file.
I tried that many times but i get
[/code] StepMania-CVS-20080103-linux
tar: StepMania-CVS-20080103-linux.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
[code]
I will look for the readme file from now on but after I fix that problem, the file is on my desktop if it helps. My sound problem I did try drivers like OSS, ALSA, or PulseAudio It wont work with all but ASLR. It seems to be working. Thanks.
 
Old 01-01-2009, 10:25 AM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
the file is on my desktop
So you need to give the whole path to the file
tar -xvzf /home/your_username/Desktop/StepMania-CVS-20080103-linux.tar.gz

It is better to download files to a folder.
Create a folder download and download the files to that folder.
 
Old 01-01-2009, 12:03 PM   #5
tysonmax20042003
Member
 
Registered: Dec 2008
Location: Barrie, Ontario, Canada
Distribution: Ubuntu 10.04
Posts: 55

Original Poster
Rep: Reputation: 15
Question

so, I have an exeutable in the folder but will not open. and can you help me with my other problems. thanks. one other thing how do you make shortcuts.

Last edited by tysonmax20042003; 01-01-2009 at 12:09 PM.
 
Old 01-01-2009, 12:06 PM   #6
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Once you untar the file it will create a new directory. cd into that new directory and then run the install commands (the final command should be run as root by doing 'su -c "make install" ' without the outside marks). It will then install itself to the correct directories on your system and should give you a shortcut in your start menu.
 
Old 01-01-2009, 12:07 PM   #7
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
tar -xvzf /home/your_username/Desktop/StepMania-CVS-20080103-linux.tar.gz
This will create a directory with the name
StepMania-CVS-20080103-linux

cd into the directory and read the readme files.

Tar does not install, it just contains the files to install.
In general you need to do
./configure
make
make install

But again, look at the readme files.
 
Old 01-01-2009, 08:47 PM   #8
tysonmax20042003
Member
 
Registered: Dec 2008
Location: Barrie, Ontario, Canada
Distribution: Ubuntu 10.04
Posts: 55

Original Poster
Rep: Reputation: 15
Question

Does anyone have a fix to my keyboard problem or sound. thanks.
 
Old 01-01-2009, 09:46 PM   #9
asymptote
Member
 
Registered: Mar 2008
Posts: 236

Rep: Reputation: 37
Please read the man page and post the output of
Code:
lspci
Your sound card should have something in it that says "Audio" or "Sound". You can narrow the search for the audio card by using the grep command. Here's mind:
Code:
amd64@amd64-desktop:~$ lspci | grep Audio
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
Once you can see what type of sound card you have, check the hardware compatibility list for your distribution and see if your sound card is known to work with it and how others got it working.
 
Old 01-04-2009, 02:27 PM   #10
tysonmax20042003
Member
 
Registered: Dec 2008
Location: Barrie, Ontario, Canada
Distribution: Ubuntu 10.04
Posts: 55

Original Poster
Rep: Reputation: 15
Question

Quote:
Originally Posted by asymptote View Post
Please read the man page and post the output of
Code:
lspci
Your sound card should have something in it that says "Audio" or "Sound". You can narrow the search for the audio card by using the grep command. Here's mind:
Code:
amd64@amd64-desktop:~$ lspci | grep Audio
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
Once you can see what type of sound card you have, check the hardware compatibility list for your distribution and see if your sound card is known to work with it and how others got it working.
I Tryed that command and it said it was not a command `lspci` and also tryed `lspci | grep Audio` did not work. plz help.
 
Old 01-04-2009, 03:51 PM   #11
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Try running the lspci command as root - some systems require you to be root to run it. Or run /sbin/lspci as the user.
 
Old 01-06-2009, 10:29 PM   #12
tysonmax20042003
Member
 
Registered: Dec 2008
Location: Barrie, Ontario, Canada
Distribution: Ubuntu 10.04
Posts: 55

Original Poster
Rep: Reputation: 15
aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: STAC92xx Digital [STAC92xx Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0



and lspci -v

00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, fast devsel, latency 0
Capabilities: <access denied>
Kernel modules: intel-agp

00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00008000-00008fff
Memory behind bridge: d0000000-d2ffffff
Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
Capabilities: <access denied>
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at 90e0 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, medium devsel, latency 0, IRQ 17
I/O ports at 90c0 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03) (prog-if 20)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, medium devsel, latency 0, IRQ 18
Memory at df304c00 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd

00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, fast devsel, latency 0, IRQ 22
Memory at df300000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00007000-00007fff
Memory behind bridge: de200000-df2fffff
Prefetchable memory behind bridge: 00000000d3000000-00000000d3ffffff
Capabilities: <access denied>
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 00006000-00006fff
Memory behind bridge: dd200000-de1fffff
Prefetchable memory behind bridge: 00000000d4000000-00000000d4ffffff
Capabilities: <access denied>
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 00005000-00005fff
Memory behind bridge: dc200000-dd1fffff
Prefetchable memory behind bridge: 00000000d5000000-00000000d5ffffff
Capabilities: <access denied>
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
I/O behind bridge: 00003000-00004fff
Memory behind bridge: db200000-dc1fffff
Prefetchable memory behind bridge: 00000000d6000000-00000000d70fffff
Capabilities: <access denied>
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: da100000-db1fffff
Prefetchable memory behind bridge: 00000000d7100000-00000000d80fffff
Capabilities: <access denied>
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=07, subordinate=09, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: d9100000-da0fffff
Prefetchable memory behind bridge: 00000000d8100000-00000000d90fffff
Capabilities: <access denied>
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, medium devsel, latency 0, IRQ 20
I/O ports at 90a0 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, medium devsel, latency 0, IRQ 22
I/O ports at 9080 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at 9060 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, medium devsel, latency 0, IRQ 19
I/O ports at 9040 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03) (prog-if 20)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, medium devsel, latency 0, IRQ 20
Memory at df304800 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93) (prog-if 01)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=32
Capabilities: <access denied>

00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, medium devsel, latency 0
Capabilities: <access denied>

00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03) (prog-if 01)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 215
I/O ports at 9108 [size=8]
I/O ports at 9114 [size=4]
I/O ports at 9100 [size=8]
I/O ports at 9110 [size=4]
I/O ports at 9020 [size=32]
Memory at df304000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: ahci
Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: medium devsel, IRQ 11
Memory at df305000 (64-bit, non-prefetchable) [size=256]
I/O ports at 9000 [size=32]
Kernel modules: i2c-i801

01:00.0 VGA compatible controller: nVidia Corporation GeForce 9600M GT (rev a1)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, fast devsel, latency 0, IRQ 11
Memory at d2000000 (32-bit, non-prefetchable) [size=16M]
Memory at c0000000 (64-bit, prefetchable) [size=256M]
Memory at d0000000 (64-bit, non-prefetchable) [size=32M]
I/O ports at 8000 [size=128]
Expansion ROM at <ignored> [disabled]
Capabilities: <access denied>
Kernel modules: nvidiafb

02:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection
Subsystem: Intel Corporation Device 1211
Flags: bus master, fast devsel, latency 0, IRQ 214
Memory at de200000 (64-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
Kernel driver in use: iwlagn
Kernel modules: iwlagn

05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, fast devsel, latency 0, IRQ 216
I/O ports at 3000 [size=256]
Memory at d6010000 (64-bit, prefetchable) [size=4K]
Memory at d6000000 (64-bit, prefetchable) [size=64K]
Expansion ROM at d6020000 [disabled] [size=64K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169

06:00.0 FireWire (IEEE 1394): JMicron Technologies, Inc. IEEE 1394 Host Controller (prog-if 10)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at da100000 (32-bit, non-prefetchable) [size=2K]
Memory at da100d00 (32-bit, non-prefetchable) [size=128]
Memory at da100c80 (32-bit, non-prefetchable) [size=128]
Memory at da100c00 (32-bit, non-prefetchable) [size=128]
Capabilities: <access denied>
Kernel driver in use: ohci1394
Kernel modules: ohci1394

06:00.1 System peripheral: JMicron Technologies, Inc. SD/MMC Host Controller
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at da100b00 (32-bit, non-prefetchable) [size=256]
Capabilities: <access denied>
Kernel driver in use: sdhci-pci
Kernel modules: sdhci-pci

06:00.2 SD Host controller: JMicron Technologies, Inc. Standard SD Host Controller (prog-if 01)
Subsystem: Hewlett-Packard Company Device 30f4
Flags: fast devsel, IRQ 16
Memory at da100a00 (32-bit, non-prefetchable) [size=256]
Capabilities: <access denied>
Kernel modules: sdhci-pci

06:00.3 System peripheral: JMicron Technologies, Inc. MS Host Controller
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, fast devsel, latency 0, IRQ 11
Memory at da100900 (32-bit, non-prefetchable) [size=256]
Capabilities: <access denied>

06:00.4 System peripheral: JMicron Technologies, Inc. xD Host Controller
Subsystem: Hewlett-Packard Company Device 30f4
Flags: bus master, fast devsel, latency 0, IRQ 11
Memory at da100800 (32-bit, non-prefetchable) [size=256]
Capabilities: <access denied>





HELP???????? P.S. Fixed my keyboard still no audio?
 
Old 01-07-2009, 04:33 PM   #13
tysonmax20042003
Member
 
Registered: Dec 2008
Location: Barrie, Ontario, Canada
Distribution: Ubuntu 10.04
Posts: 55

Original Poster
Rep: Reputation: 15
And also when other programs use it it says it is busy? PLZ HELP
 
Old 01-07-2009, 08:03 PM   #14
tysonmax20042003
Member
 
Registered: Dec 2008
Location: Barrie, Ontario, Canada
Distribution: Ubuntu 10.04
Posts: 55

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by asymptote View Post
Please read the man page and post the output of
Code:
lspci
Your sound card should have something in it that says "Audio" or "Sound". You can narrow the search for the audio card by using the grep command. Here's mind:
Code:
amd64@amd64-desktop:~$ lspci | grep Audio
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
Once you can see what type of sound card you have, check the hardware compatibility list for your distribution and see if your sound card is known to work with it and how others got it working.
Sorry about that wrong command did it and I have a 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
 
Old 01-08-2009, 06:56 AM   #15
asymptote
Member
 
Registered: Mar 2008
Posts: 236

Rep: Reputation: 37
Ok, so your audio card is detected and it appears that it is properly read by your system. There may be some options you can edit to enable the card. Ubuntuforums has a few people that have gotten this working, and a few that are still having problems. http://ubuntuforums.org/showthread.php?t=940689 Please see post #2.

You can find other solutions and help with this set of links: http://is.gd/eRxe
 
  


Reply

Tags
audio, keyboard



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
MySql Problems :( Help Plz NemoTheFish Linux - Software 18 02-17-2006 04:16 AM
sound problems plz help Squall__99 Mandriva 2 05-22-2005 05:07 AM
Problems in Slackware 10, plz help! Jengo Linux - Newbie 12 08-23-2004 07:28 PM
Serious problems :( Kernel 2.6.4:/ help plz FedoraFox Linux - Newbie 2 06-06-2004 03:03 PM
redhat problems plz plz help sap666 Linux - Newbie 5 07-30-2003 10:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:24 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