General :: Tried A Lot And Getting A Little Annoyed With The Lack Of Sound On Internet?

Feb 22, 2011

I was minding my own business watching loombo and just like that the sound cut out. so I was like okay I will watch it on mega video and no such look no sound there too so I checked my ..... and that wont even load videos.so !I'm running the latest version of ubuntu on my dell insperon laptop if this helps

View 3 Replies


ADVERTISEMENT

Fedora :: No Sound: Research Via The Web Suggests That The Lack Of Sound?

May 30, 2010

I'm using a HP 7100 laptop and have tried installing the latest versions of Suse, Mandriva, as well as Slakware and have repeatedly been faced with two problems: .1. No Sound: Research via the web suggests that the lack of sound MAY BE due to the particular HP laptop model but there is a doubt here. Sound does work with the Winow$ 7 software but it does not work with any of the above noted Linux softwares. Are any of you familiar with this? .2. KPPP: Are any of you using KPPP with the latest version of Fedora, using KDE4? If so, how did you get it to work?

View 1 Replies View Related

Fedora Installation :: Total Lack Of Sound With F13?

May 27, 2010

Just installed fedora 13. Everything is great except for the total lack of sound. I'm trying to use the onboard audio. Motherboard is asus M4A89TD. In alsamixer all of my devices are turned on to max.

Code:
$ lspci | grep Audio
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)
05:00.1 Audio device: ATI Technologies Inc HD48x0 audio

Code:
$ lsmod
Module Size Used by
tcp_lp 2055 0
fuse 54749 4
ipt_MASQUERADE 2208 1
iptable_nat 5420 1
nf_nat 19059 2 ipt_MASQUERADE,iptable_nat .....

When I open pavucontrol, under output devices it lists 'HDA ATI HDMI Digital Stereo (HDMI)' and 'Internal Audio Analog Stereo'. I think the correct device needs to be the the ATI SB one, but is missing from the list.

View 14 Replies View Related

Slackware :: Lack Of Sound On Laptop Via Speakers

Jul 19, 2011

I have a Dell XPS 15 laptop and have installed Slackware 13.0 on it. I'm not getting any sound through the speakers. I tried configuring alsa first. However, I did not have any success. Next I also tried inserting some kernel modules corresponding to sound drivers, which was present in /lib. Again, I'd no sound output.I can get sound through earphones though.I've been stuck with this problem from some time.

View 14 Replies View Related

CentOS 5 :: Installing CentOS-DS - Cannot Get To The Extras Repo Due To Lack Of Wired Sans Internet Access

Dec 9, 2009

I am trying to install CentOS-DS on version 5.4 x86_64. I cannot get to the Extras repo due to lack of wired Internet access. I have wireless (except to server) and I have big UFD drives.

View 1 Replies View Related

Ubuntu Security :: Getting Annoyed By The Password Authentication Each Time?

Jan 26, 2011

Running Ubuntu 10.10 and I'm getting annoyed by the password authentication each time I want to do something. I find this more annoying than Windows 7 and UAC

View 9 Replies View Related

General :: Lack Basic Understanding Of Permissions (Apache)

Apr 8, 2010

I am very new to linux. The first time i ran a linux machine was one Saturday. Anyway I am trying to set up an apache web server, all I want to do is play around with html and post it on my unbuntu server so it is available to the internet. I am also trying to install samba but I am having trouble with that so for now I am using winscp. Ok, so I made a folder in my home directory for webstuff, and set up apache to look in that folder.

mkdir /home/username/webstuff
I put my index.html file into the /webstuff folder.
But when I go to my website, it says 403 error unable to access "/"

Did I make the folder in the right place? I do not want people being able to access my / folder so maby I made the web stuff folder in the wrong place? Also I thought I would just put my inded.html file inside of the default one apache gives you, but when I tried to transfer index.html it said permission denied. How to set up permissions so I can use apache and transfer my html files from my remote desktop to my server would be great!

View 7 Replies View Related

Fedora :: F14 - Very Annoyed With Software RAID Setup - Cannot Find Superblock At Reboot?

Nov 20, 2010

I recently upgrade to Fedora 14 from 13. It was an in-place upgrade. I can't recall for sure, but I do believe I had these problems in F13 before the upgrade. The F13 install was from a Live CD. Anyway, I have a three drive RAID 5 array setup - 3x 750GB. For some very annoying reason, each time I reboot my F14 system, it hangs with an error about not being able to find a superblock on /dev/md126 and /dev/md127. I have tried to stop and remove /dev/md126 and /dev/md127 but they always seem to come back. I have also noticed in the output of fdisk -l that drives sda and sdd like to swap places sometimes for an unknown (to me) reason. Any other output that is needed, please ask. I recreated the array just yesterday with:

Code:
mdadm --create --verbose /dev/md0 --level=5 --raid-devices=3 /dev/sdb1 /dev/sdc1 /dev/sdd1
I would cat mdadm.conf in /etc, but I removed it previously to try to figure out the problem and it was not

[code]....

View 1 Replies View Related

General :: GRUB-2 Bootloader Fails To Load For Lack Of Floppy Drive?

Jul 21, 2010

2010.07.21 while trying to install Ubuntu 10.4 I've been trying to install Ubuntu 10.04 on my Dell workstation and am unable to get the Grub-2 bootloader to load properly. It seems to be failing for lack of a floppy drive on the system resulting in an error message that reads : error: fd0 cannot get C/H/S values.

I've gone through the Grub-2 page at [URL].. to no avail and other sources having similar problems have likewise turned up no solutions. here's the background: A while back I was trying to install a different version of Linux and had the same problems, then had to set the project aside for a bit. I don't think this has anything to do with Linux or Ubuntu per se, but rather Grub.

The system is an old (4-5 years) Dell workstation that has one drive (128 GB) set up for Windows XP and a second new drive (500GB) which I installed for Linux. There is a DVD/CD drive and the system contains no floppy drive at all. In one attempt to get this working I tried modifying the BIOS to indicate there was a floppy drive - this created a failure earlier in the chain with the BIOS failing to load properly, not unexpected, just a shot in the dark at that point.

At the moment I am considering just running out to buy and install a cheap floppy drive to see if that helps. I'll never use the thing though so I'd rather find a solution that doesn't require me to spend money on useless hardware. In any case, here's the /boot/grub/grub.cfg contents:

# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###

[Code]...

View 1 Replies View Related

General :: Cd's - Sound And Internet Access Through VMware ?

Oct 2, 2010

I want sound and internet access thru Linux using VMware. It will give me confidence to add it as a dual boot to my hard drive. I have sound and internet access thru Windows 7. I have sound thru the sound card test but I'm not able to hear cd's. I see the time elapsing thru the cd player but no sound.

I'm having problems with the network configuration, I get the message, "cannot activate the device etho:1 no link found". I have a DSL connect thru windows. Shouldn't I be able to get the internet thru VMware? If so how?

View 1 Replies View Related

General :: Distorted Sound / Intermittent Slow Internet On Feodra & Ubuntu

Nov 30, 2010

I have a core i7 machine on which I have dual booted Ubuntu 10.10 and Fedora 14. I am facing a weird problem on both the Linux distributions. Currently, I am facing three major problems which are causing me to use my laptop instead of this machine.Most of the times the sound gets distorted ( like the tempo is very slow and some cracks), but some other times it just works fine. ( I experienced this on both Ubuntu and Fedora)Internet at times is very fast and works great, but suddenly it slows down and takes a whole lot time to load. sometimes it just never gets fast.The low resolution flash videos, gets this very weird high pitch sound

Also, I noticed ( I don't think there is a relation between the two or is there?) that whenever the internet is slow, the sound is also distorted and when internet is fast sound works great.The intermittent nature of the problem is making it difficult to debug.

View 3 Replies View Related

General :: Unable To Listen To Any Audio File Due To Lack Of Corresponding Audio Driver Programs

May 10, 2011

I have been using windows operating system for a long time now, but I am not well familiar with linux. Whenever I used to install Windows, I used to install the corresponding audio drivers(in order to listen to the music). The problem I am facing is that I do not know how to install the audio drivers(if they really exist in linux Mint 10 operating system). As a result I am not able to listen to any audio file due to lack of corresponding audio driver programs. make proper configurations settings so that I can listen to audio files in Linux Mint version 10.

View 4 Replies View Related

Fedora :: Yum Complaining About Lack Of Space On /boot?

Jan 20, 2010

I've been trying to run a simple `yum update` for the last couple weeks, but it barfs before it finishes every time. For every single package it will say something similar to "('installing package libdrm-2.4.17-1.fc12.i686 needs 208KB on the /boot filesystem', (9, '/boot', 212992L))"

Here's an example of the output:

Code:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded

[Code]...

This is a machine that I recently put through several upgrades: Fedora 9-> Fedora 10 -> Fedora 12. The computer has been working well for the most part, with some minor bugs here and there. Yum updates were working just fine until this popped up.

View 2 Replies View Related

Ubuntu Servers :: Runlevels In Or The Lack Thereof?

Jan 23, 2010

I came up on RedHat. While I thoroughly embrace Ubuntu now, I miss the concept of runlevels. I installed all my CentOS servers with Gnome as a convenience on tap when needed. I boot them to runlevel 3 and open a vnc shell if i need gui. Then kill the vnc thus killing the gui. Just a fantastic compromise for me.

SOooo...how to replicate this behaviour in Ubuntu?

NOT a very broad topic on here that I can see. Anyone doing this? How?

View 2 Replies View Related

Ubuntu :: Putty - Lack Of Shell Characters ?

May 7, 2010

I am attempting to use putty in Karmic 64 bit - but on clicking open I get to a shell which I cannot type anything into;

Anyone know how I can enable typing into this shell?

View 9 Replies View Related

Ubuntu One :: SubAir Does Not Work Due To Lack Of SSL Support

Jun 24, 2011

It's a long long story how I got to this point but I'll save that for later. Ubuntu says subAir does not work due to lack of SSL support. That's only one reason why it doesn't work. I've gotten past that and a few more issues. Here is what I've done: Used stunnel to get around the SSL issue.stunnel -c -f -d 127.0.0.1:8080 -r streaming.one.ubuntu.com:443

subAir still will not work and return a 403 because it wants to do a GET /I got around that two ways. One was a reverse squid proxy and another was an Apache proxy. Ok, now we're cooking. Except now subAir is sending POST data to the subsonic server and ubuntu's version does not seem to like that. Try it yourself

curl -d "c=myapp" https://streaming.one.ubuntu.com/rest/getIndexes.view -v
curl https://streaming.one.ubuntu.com/res...s.view?c=myapp -v

sigh.... so here I am thinking about writing a POST to GET 'thing' or maybe we can get some more info on how ubuntu's subsonic api works.

View 2 Replies View Related

Security :: SSH Not Working After Ssh-keygen Due To Lack Of Entropy?

Aug 25, 2010

My /proc/sys/kernel/random/entropy_avail went from 2200 to <200 after ssh-keygen. The generated key pairs also doesn't work (ie I'm asked to provide a password). Anyone knows what is the minimum before and after entropy number I should see in order to have the keys generated properly?

View 8 Replies View Related

Ubuntu :: HP_RECOVERY Partition Is Hidden Despite Lack Of Flag?

Jan 9, 2010

Little explanation: OEM HP pcs come with an HP_RECOVERY partition which contains an installer which will wipe the HD and install vista (shivvers) Now despite how much I looooove vista, I was wondering why the OS_TOOLS partition shows up in places and recovery doesn't... especially cause niether have a hidden flag...

(As a side note, what the hell does OS_TOOLS do? google yields no answers)

View 8 Replies View Related

Ubuntu Multimedia :: Digital Media Connection ( Well, Lack Of )?

Jan 18, 2010

I've trolled the forums for about 30 mins or so already looking this up, but can't seem to find any solutions. Most threads seem to end with either a "report to launchpad" or they just end without resolution. So in case I've missed a solved thread:

Plugging my Kodak C503 in gives inability to mount due to lock issues, the infamous -60 lockout. However, I get TWO icons in metacity, neither are mounted/will mount. Turning the cam off removes both, and I can't get down to only one. Not sure if this is because it's reading the camera's internal memory + my SD card.

So, I pulled the SD card out, and jacked it into my card reader in my lappy. no dice. In fact, none of my SD cards work; leading me to believe I need to find drivers for it.

Notes: (1)It's a Pavillion ZD7000 (2)nothing pops up in fdisk (3)I really don't want to load up windows

View 2 Replies View Related

Ubuntu :: Mysterious Lack Of Connectivity After Server Reboot?

Jun 23, 2010

Every time I reboot my server, it no longer connects to the internet. It is dual-homed with an internal and an external interface. Both come up. The internal connection works fine. Nothing happens on the external interface. Ifconfig shows that both interfaces are setup correctly. My iptables settings are properly restored. Forwarding is automatically enabled. For some reason packets do not go anywhere on the external interface. This has been true ever since the upgrade to jaunty I think (now running lucid).

Once I restart the external interface it works perfectly (eg ifdown eth1; ifup eth1 or /etc/init.d/networking restart). The problem only occurs after a reboot and only occurs on the external interface.

Here's my /etc/network/interfaces file:

# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static

[Code]...

View 1 Replies View Related

Ubuntu Installation :: Partitioner Lack Slide Control?

Jul 17, 2010

i remember back a few years ago you could partition the drive by simply sliding a slider, and now trying to install ubuntu next to xp my dad was unable to set it up. This is a big step back for the design of the partitioner. He was able to set up ubuntu 7.04 on his old computer many years ago when i was not there. He tried to set up 10.04 today and got so frustrated with ubuntu wanting to take most of his drive, that he gave up. why was the "simple slide to set space you where going to give ubuntu" taken away. he just wants to set up the space he didn't want to deal with root, swap space, and so on. he just wanted to set up a block of space that ubuntu can use however it wants. but the partitioner will not let him. this needs to be fixed. the install process must be simple to use by everyone. i do not want my friends and family getting frustrated with installing it. he was excited to try the new ubuntu till he got to dealing with the partitioner and after that he wanted nothing to do with ubuntu. the installer is the first thing they see make that the primary focus of "easy of use".

View 3 Replies View Related

Ubuntu :: Cannot Access My Home Partition: Lack Permissions?

Oct 11, 2010

How can I set my permissions so I can access my home partition? (I am the sole user.)

View 9 Replies View Related

Ubuntu :: Resize Partition Scheme Lack Of Knowledge The Cause?

Jan 26, 2011

I setup a dual boot system, with approximately 200gig planned for ubuntu 10.10. Based on the article here:[URL]..And this quote:

Quote:

# sda1 Recovery Partition, unchanged
# sda2 Windows partition, shrunk preferably from inside Windows, hopefully about 30Gb
# sda3 Primary Partition, 10Gb, file-system = ext3, in the Partitioning Section of the installer change the "Mount Point" = /

[Code]...

I assumed at that point that the "sda3" "/" would be for booting purposes. I would have to guess that I was wrong, because it is filling up very quickly. As you may be able to tell by the screen shot, "sda5", "/home" was what was assumed to be the file structure to store all of the programs and such.

I have only been running this setup for a week, and would expect to not be seeing my "boot" partition growing so quickly. Do I need to resize it? here do the standard programs that I get from the ubuntu software center install at (partition wise)? I suppose I dont mind wiping that section dry and starting over, but I would give a resize a try if possible.

View 8 Replies View Related

OpenSUSE Hardware :: Radeon Driver Opengl Support ( Lack Of )?

Sep 20, 2010

I'm an owner of a ATI mobility radeon X1300 card. Since ATI tagged my card as legacy, i'm stuck with the open source radeon drivers. Wich doesn't bother me, as i know they are slower and openGL support doesn't equal fglrx. What does bother me is that the current version 7.9 dev. claims to have full opengl support up to 2.1. I'm trying to use a extention that is part of the openGL version 1.3 and it's failing. This is a known issue for a long time now and it really disappoints me. "Compressed textures" is what i'm talking about.

Is there any way to make sure that drivers aren't tagged with something they support if they obviously don't? I guess the KDE4 kwin vs drivers thing is the same as i'm trying to say now. Drivers should be documented with what they effectively support and not what they should support. What can I do to make this public to xorg developers? I could only think about posting this here as i have no idea where to put it elsewere. Could someone please point me in the right direction to where i should send this complaint?

View 2 Replies View Related

Ubuntu Installation :: When Go To Edit The Partitions - Won't Let Do Anything Due To An Apparent Lack Of A Root Filesystem

Mar 28, 2010

I'm having trouble installing it on a "new" computer that I found at Goodwill for $60 with no operating system on it. When I go to edit the partitions, it won't let me do anything due to an apparent lack of a root filesystem. (I know this issue has been brought up and resolved in the past, but the usual solution (going into the validation.py file) isn't working for me, as there is no line in this one that says "if not root".)

View 9 Replies View Related

Ubuntu :: No Sound When Using The Internet?

Nov 25, 2010

when i play a movie, i hear audio. when i'm listening to my music, it works just fine. but no matter what browser i use, i don't have any audio. no videos or anything like that.i am using 10.04 extended version. if there is anything else that you need, feel free to ask (this is my first post)

View 7 Replies View Related

SUSE :: No Sound On Internet?

Jan 31, 2010

Just started using openSuse 11.2 and I'm really liking the desktop. I got my head around the software repo's and got all my drivers working but I just can't work out how to get sound on firefox. Videos play fine (that was my problem with Mandriva) and the sound works everywhere else (Amorak,desktop sounds, etc) but firefox is silent (not just flash stuff). I've installed flash, java, mplayer and Gstreamer (but I had to change the vendor options). Am I missing some magic plugin or am i being incredibly stupid and there is some kind of "sound on" button I've missed? I've been searching for an answer all afternoon with no success. Im on a 32bit machine with an AC'97 sound controller (Driver: Intel ICH, modules: modprobe snd_intel8X0, Bus:

View 3 Replies View Related

OpenSUSE Hardware :: No Sound On Internet?

Jan 31, 2010

Just started using openSuse 11.2 and I'm really liking the desktop. I got my head around the software repo's and got all my drivers working but I just can't work out how to get sound on firefox. Videos play fine (that was my problem with Mandriva) and the sound works everywhere else (Amorak,desktop sounds, etc) but firefox is silent (not just flash stuff). I've installed flash, java, mplayer and Gstreamer (but I had to changethe vendor options). Am I missing some magic plugin or am i being incredibly stupid and there is some kind of "sound on" button I've missed? I've been searching for an answer all afternoon with no success. Im on a 32bit machine with an AC'97 sound controller (Driver: Intel ICH, modules: modprobe snd_intel8X0, Bus: PCI)

View 2 Replies View Related

Software :: No Sound From Internet Feeds?

Jun 13, 2010

My sound card fuctions fine when playing music and videos butwont play sound from web sites.Sound card is snd-hda-intel which Yast2 reports it as but it is integrated on this amd 785 chipset motherboard which is a Gigabyte GA-MA785gm-us2h motherboard.

View 3 Replies View Related

Ubuntu Multimedia :: No Sound Seems To Come Out Of Any Internet Browser

Aug 5, 2010

I'm having a really weird sound problem with my computer, an ASUS running both Windows VII and Kubuntu 10.4

For some reason, no sound seems to come out of any Internet Browser. Other than that, it works fine. So far, I've tried Google Chrome and Konqueror.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved