| ||||||||
Dell Mini 10v Forum for all discussions and support on the Dell Mini 1011, also known as the Mini 10v. If your question is regarding Mac OS X, please use the Mini 10v Mac OS X forum.
|
| | LinkBack | Thread Tools | Display Modes |
(#1)
|
(#2)
|
(#3)
|
(#4)
|
(#5)
|
| Junior Member Posts: 3 Join Date: Aug 2009 | I spent a bit of time, finally got the Sound Recorder to "record", meaning I could hear my sound test, but it was awful choppy and not at all usable. On a lark, I tested the Cheeze webcam app on my Mini 10v and -- it worked with audio capture! I am posting what I did below. Basically, installed the ALC272 drivers, using an old post from TNTC.TIG on this forum that I found. Minor tweaks to sound settings as well. I tried to keep my comments using /* <comment */ format so you could follow where I cut and pasted and where i made comments. Install is standard 9.04, but should theoretically work for UNR as well. Thanks to all the previous posters, especially TNTC.TIG who provided the main input. /******************** source URLS /******************** Latitude 2100 and Ubuntu Linux Realtek ftp://218.210.127.133/pc/audio/LinuxPkg_5.11.tar.bz2 /* Bug notes URLS */ https://bugs.launchpad.net/ubuntu/+s...ls/+bug/394793 https://wiki.ubuntu.com/StableReleaseUpdates http://people.canonical.com/~ubuntu-archive/pending-sru.html /******************** Driver download /******************** 1) Go to Realtek. 2) Click the downloads link at the top 3) Click "High Definition Audio Codecs (Software)" 4) Accept the agreement that says, basically, that you know the manufacturer may provide better drivers. Your Realtek webpage header should now read: HOME > Downloads > Computer Peripheral ICs > PC Audio Codecs > High Definition Audio Codecs > Software 5) Scroll down to the Unix (Linux) section, and pick the “Express” site. This will open a new window with an ftp link and a random ftp username / password you will need: ftp://218.210.127.133/pc/audio/LinuxPkg_5.12.tar.bz2 6) change the link to ftp://218.210.127.133/pc/audio/LinuxPkg_5.11.tar.bz2 And follow instructions on how to access it, except that you will change the link to the 5.11 package. Note you will need the unique userid assword that was generated from the Realtek downloads page./******************** Driver installation and alsa-base.conf edits /******************** Driver installation instructions (FROM THE README FILE WITH EDITS): Manual install: Step 1. unzip source code tar xfvj alsa-driver-1.0.xx.tar.bz2 Step 2. Turn on sound support from kernel config /*I didn't do this */(soundcore module, default turn on) Step 3. Compile source code /* added the sudo command */ a. cd alsa-driver-1.0.xx b. sudo ./configure c. sudo make d. sudo make install e. alsaconf /* Did not use this, neither did previous forum poster */ f. sudo ./snddevices (Only kernel 2.4 does it) /*this comment is from readme file */ Step 4. Make a backup copy of the alsa-base.conf file in the /etc/modprobe.d directory then from a terminal, (sudo) gedit /etc/modprobe.d/ alsa-base.conf file. For my install which is Ubuntu 9.04 Jaunty (standard, not UNR), I added the following lines in /etc/modprobe.d/ alsa-base.conf: #Dell Mini options options snd-ALC272 # Dell options based on Realtek readme # ALSA portion alias char-major-116 snd alias snd-card-0 snd-ALC272 # OSS/Free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0 # card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss # End Dell options Step 5. Reboot your pc /******************** Ubuntu sound settings setup – Preferences and testing /******************** 1.) Go to System:Preferences:Sound 2.) My settings are: Audio Conferencing > Sound Capture is set to “HDA Intel ALC272 Analog (ALSA) Default Mixer Tracks > Device is set to “Realtek ALC272 (OSS Mixer) If you Test using Sound Capture, you should hear the microphone playback just fine. At this point, I'm not sure if I did a reboot or not prior to testing the mic. If it doesn't work, it doesn't hurt to do a reboot. /******************** Ubuntu sound settings setup – Volume Control /********************
Ubuntu sound Dell Mini 10v microphone recording test results /******************** Here is what my current setup does:
Reinstalling drivers after Ubuntu updates (not tested yet, based on forum info) /******************** From tntc.tig's post @ the URL I referenced: Hopefully I'm not beating a dead horse with this thread. I see a lot of views, so I'm going to continue updating it. Every time ubuntu updates the kernel, you will have to repeat some of the steps to re-compile and re-install the drivers. Basically, I changed directory into the alsa-driver-* folder, and ran: sudo ./configure sudo make sudo make install sudo alsa force-reload. The actual driver build (sudo make) will take a few minutes. /******************** Conclusion /******************** There is a published bug fix #394793 (see referenced URL above), apparently scheduled for the Jaunty 2.6.30 SRU (Stable Release Update). As of 2009-08-14, current status is Committed. It looks like the current SRU release is at 2.6.28 -11.42. If the SRU is updated to 2.6.30 by the time you read this, you may just need to make sure that the SRU is updated in your install. I tried several configurations and mods to the alsa-base.conf file, but this seemed to have done the trick. The only thing is that, as I mentioned earlier, I am not sure whether other methods or configurations work with Cheeze, as I did not think to test it until after I had exhausted all options on the Sound Recorder and it still played choppy. Hopefully this will help and possibly other sound recording software (e.g. Skype) may be usable as well. |
| | |
(#6)
|
| Member Posts: 51 Join Date: Apr 2009 | Hehe. Glad I was able to help you get your audio working. As for the stuttering sound, you may be able to fix that by going to System->Preferences->Sound and setting Sound Capture to the first ALSA option (should be like ALC272 capture or something like that) Latitude 2100 (Blue Ribbon) w/Touchscreen and WiFi Link 5100 AGN Want Ubuntu on your 2100? Get your sound and touchscreen working! Tech blog: Broken Hive Mind |
| | |
![]() |
| Tags |
| 9.04, mic problem, ubuntu |
| Thread Tools | |
| Display Modes | |
| |
Copyright © 2008-2011 MyDellMini.com.









assword that was generated from the Realtek downloads page.
Linear Mode