NotebookForums.com › Forums › Notebook Manufacturers › Dell Forums › Dell Home (Inspiron, XPS, Studio) › Ubuntu 6.10 (Edgy) and E1705 issues, anyone have fixes?
New Posts  All Forums:Forum Nav:

Ubuntu 6.10 (Edgy) and E1705 issues, anyone have fixes?

post #1 of 17
Thread Starter 
So I am dual booting my E1705 with Ubuntu 6.10 (Edgy) and Windows XP. Everything obviously works fine in Windows and I have not had any problems. I am enjoying Ubuntu however there are a few things I have yet to get work or am having problems with. Does anyone have fixes or know whats going on with the following?

1. The subwoofer/speaker on the bottom of the laptop does not work at all.

2. Is there any way for me to sync my Samsung T619 cell phone via Bluetooth?

3. The audio seems to not work sometimes, it might just be after coming out of suspend?
post #2 of 17
I have ubuntu with kde but dont experience any of your problems (6800u)...although this forum lists dell 17 inch you may want to try the linux forums
post #3 of 17
The subwoofer issue is known by the ALSA developers, so that will be fixed in time.

Audio not working is nothing I've experienced. Do you have all the latest kernel updates?
post #4 of 17
Thread Starter 
So there is no way for me to get the bottom speaker to work until they fix it?
post #5 of 17
You could try patching the alsa drivers :-)

Honestly, I'll be trying over the next few weeks. I'll let you know if I get it to work.

See here: https://bugtrack.alsa-project.org/al...ew.php?id=2092
post #6 of 17
Actually, getting it to work was easier than I had thought:

Try unloading the snd-hda-intel driver:

sudo rmmod snd-hda-intel

(you will need to close any sound apps first, such as volume controls, music players, etc.)

Then reload the drivevr using

sudo modprobe snd-hda-intel model=ref

You can put

snd-hda-intel model=ref

in /etc/modules to get this automatically on boot.

It *might* not work on the edgy kernel. I'm running Feisty with the 2.6.20 kernel. But it's worth a try. Let me know!
post #7 of 17
Thread Starter 
Cool, I will try that when I get home. I am running the 2.6.17-11-generic kernel I hope it works for me too. So when you did this did it just start working or did you have to do anything else.
post #8 of 17
Using gnome-volume-control (also available through the volume control icon), you need to go into properties and make sure the LFE control is enabled. Then you'll be able to adjust the volume of the subwoofer!

Or use alsamixer.
post #9 of 17
I had a problem getting all of my speakers to function on edgy also. (also couldnt get mic and headphone port to function properly until i did this) I had to update my alsa drivers to the latest version, which is a tad complicated.. heres how i did it :

Install necessary build tools
sudo apt-get install build-essential linux-headers-generic libncurses5-dev automake autoconf mercurial

2. Go to www.alsa-project.org and download the 1.0.13 version of the library and utilities to your home directory and untar them.

3. Download the repositories for the mercurial builds of alsa-driver and alsa-kernel.

hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver
hg clone http://hg-mirror.alsa-project.org/alsa-kernel alsa-kernel

4. Go into the alsa-driver in your home directory and run hgcompile.

cd alsa-driver
sudo ./hgcompile

This will build the newest version of the alsa-driver. Now install it using:

sudo make install

6. Change directories to the untarred library directory. In that directory run

./configure
make
sudo make install

to install the 1.0.13 release version of the alsa driver.

7. Change directories to the untarred utilities directory, and in that directory run

./configure
make
sudo make install

8. Configure alsa

sudo alsaconf

Select your soundcard (in my case it was the first one) and hit the default option on everything else.

9. Load the new alsa module into the kernel.

sudo /etc/init.d/alsasound reload
post #10 of 17
Quote:
Originally Posted by SnowPunk98
3. The audio seems to not work sometimes, it might just be after coming out of suspend?
This is a known bug with Edgy.. updating the alsa drivers fixed this for me.
post #11 of 17
Thread Starter 
m94mni: That fix did not work, thank you though.

Thunder82: Great, thanks I will give it a try when I get home, hopefully it works for me =D
post #12 of 17
Quote:
Originally Posted by SnowPunk98
m94mni: That fix did not work, thank you though.
Ok, then you'll probably get it fixed in Feisty, ....
post #13 of 17
Thread Starter 
I am really looking forward to Fiesty and thankfully its not too far off.
post #14 of 17
Thread Starter 
I get a 403 forbidden error when I try g clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver

Same thing if I go to their website any idea whats going on?
post #15 of 17
Quote:
Originally Posted by SnowPunk98
I get a 403 forbidden error when I try g clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver Same thing if I go to their website any idea whats going on?
Hrmm, looks like the repository is down for some reason. You'll have to go to www.alsa-project.org and download the 1.0.13 driver and library files and install them manually. Let me know if you have problems with this.
post #16 of 17
Thread Starter 
ok so I went through all that and I don't think I got any errors. However nothing changed, at least not that I can tell. When I double click the speaker to bring up the options nothing is different. When I go into the prefs nothing is different either. Is there something else I need to do or a way to check that I did it correctly?
post #17 of 17
Thread Starter 
bump
New Posts  All Forums:Forum Nav:
  Return Home
NotebookForums.com › Forums › Notebook Manufacturers › Dell Forums › Dell Home (Inspiron, XPS, Studio) › Ubuntu 6.10 (Edgy) and E1705 issues, anyone have fixes?