Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

OSS4 Installation

Post your How to's here


OSS4 Installation

Postby Hawks-SOAD » Wed Nov 02, 2011 7:18 pm

Due to Ubuntu not updating and fixing bugs in the OSS4 repo packages we are not going to use them

Please Note This Is For People Having Problems With Alsa/Pulseaudio and Might Not Work With Newer Cards

Building From Mercurial

First Blacklist the Alsa Modules
Code: Select all
sudo dpkg-reconfigure linux-sound-base
and choose OSS

Next Uninstall Pulseaudio
Code: Select all
sudo apt-get purge pulseaudio


Next Grab Some Required Packages For The Build
Code: Select all
sudo apt-get install -y binutils libgtk2.0-0 sed gcc libc6
sudo apt-get install -y build-essential linux-headers-`uname -r` gawk libtool libgtk2.0-dev
sudo apt-get install -y libesd0 libsdl1.2debian-oss
sudo apt-get install -y mercurial


grab the source and put it into the opt directory
Code: Select all
cd /opt
sudo hg clone http://opensound.hg.sourceforge.net/hgweb/opensound


Nows It Is Time To Build
Make The Build Directory
Code: Select all
cd ~/
sudo rm -rf oss42build
mkdir oss42build
cd oss42build/


Build And Install
Code: Select all
NO_WARNING_CHECKS=yes /opt/opensound/configure --enable-libsalsa=NO
make
sudo make deb
sudo dpkg -i oss*.deb

If All Went Well OSS4 is Now Installed
Reboot

Once Rebooted run this
Code: Select all
osstest
in your terminal



Now To Make a Volume Applet
First Download The Attached File
volwheel-0.2.7-fixed.tar.gz
(38.33 KiB) Downloaded 269 times

Extract it Anywhere That You Please

Go to Your Terminal And Change Directory into the one you just extracted
In my Case
Code: Select all
cd Downloads
cd volwheel-0.2.7-fixed


next run the install command as root
Code: Select all
sudo su
./install.pl


if all went well the volume applet will be installed if not you may be needing these
Code: Select all
sudo apt-get install -y libgtk2-trayicon-perl libgtk2-perl


Ok now that the Volume Control is Installed load the StartUp Applications in
Code: Select all
Applications > Other > Startup Applications

Code: Select all
Click Add Give it a Name (Volume will do) then in command write "volwheel"

Ok now it is safe to reboot.

Once Rebooted you will notice the volume applet already loaded in the top panel.
Now time to Configure it
Code: Select all
Right-Click on it > Preferences >
Driver = OSS,
Default Channel = vmix0-outvol,
Default Mixer = OSSXMIX


One Last thing make Alsa Apps go through oss4
Code: Select all
gedit ~/.asoundrc

Insert
Code: Select all
pcm.!default
 {
   type oss
   device /dev/dsp
 }
 mixer.!default
 {
   type oss
   device /dev/dsp
 }

now click save
Now you should be good to go, you can change the icon look in the preferences as well :D
Hope you enjoy using oss4!!

You May Need to Configure some apps to use oss4
http://www.opensound.com/wiki/index.php ... _for_OSSv4
Clementine Works Out of the box :D


If you are having problems with OSS4 or just want Alsa/Pulse back follow the rest of this guide to get it back

Unblacklist the Alsa Modules

Code: Select all
sudo dpkg-reconfigure linux-sound-base


and choose ALSA

Remove OSS4

Code: Select all
sudo soundoff
sudo dpkg -r oss-linux


Reinstall Pulseaudio

Code: Select all
sudo apt-get install pulseaudio


Remove The Asoundrc File
Code: Select all
rm ~/.asoundrc


Reboot and it should be back to the way it was :D
My Rig
Gigabyte GA-MA790XT-UD4P
QuadCore AMD Phenom II X4 Black Edition 965, 3400 MHz
His Ati Radeon 5770 (one more to go)
4gb of Kingston 9905403-011.A03LF ddr 3 ram
Realtek ALC885/889A/890 Hd Audio
Esata
Realtek RTL8168C/8111C PCI-E
250gb samsung sata 2.0 HDD
1 TB Seagate HDD

"walk softly and carry a big gun"
"life is only as hard as you make it to be"
"Ultimate Edition 2.8 is Ubuntu on steroids; lots and lots of steroids. You pretty much get it all with this badboy of a distro"
Currently dual booting :D Ultimate Edition and Windoze 7

Image
User avatar
Hawks-SOAD
Moderator
 
Posts: 391
Joined: Fri Aug 08, 2008 10:38 am
Location: Melbourne, VIC, Australia
Age: 32
Operating System: Other Linux



Re: OSS4 Installation

Postby pclinuxguru » Wed Nov 02, 2011 7:20 pm

A truly fine job.

Tested as working in Ultimate Edition 3.2 RC correct ?
pclinuxguru is deceased.R.I.P
pclinuxguru
U.E. God
U.E. God
 
Posts: 1712
Joined: Sun Oct 17, 2010 2:28 am
Age: 50
Operating System: Ubuntu Gusty Gibson



Re: OSS4 Installation

Postby Hawks-SOAD » Wed Nov 02, 2011 7:24 pm

yup will include some helpfull links later :D
My Rig
Gigabyte GA-MA790XT-UD4P
QuadCore AMD Phenom II X4 Black Edition 965, 3400 MHz
His Ati Radeon 5770 (one more to go)
4gb of Kingston 9905403-011.A03LF ddr 3 ram
Realtek ALC885/889A/890 Hd Audio
Esata
Realtek RTL8168C/8111C PCI-E
250gb samsung sata 2.0 HDD
1 TB Seagate HDD

"walk softly and carry a big gun"
"life is only as hard as you make it to be"
"Ultimate Edition 2.8 is Ubuntu on steroids; lots and lots of steroids. You pretty much get it all with this badboy of a distro"
Currently dual booting :D Ultimate Edition and Windoze 7

Image
User avatar
Hawks-SOAD
Moderator
 
Posts: 391
Joined: Fri Aug 08, 2008 10:38 am
Location: Melbourne, VIC, Australia
Age: 32
Operating System: Other Linux



Re: OSS4 Installation

Postby billhedrick » Wed Nov 02, 2011 11:02 pm

great! I have been waiting for this to install 3.2. thanks muchly!
Image
User avatar
billhedrick
Site Admin
 
Posts: 1244
Joined: Tue Jun 16, 2009 4:15 pm
Location: Saint Paul, MN. USA
Age: 72
Operating System: Ultimate Edition 3.2 32 BIT



Re: OSS4 Installation

Postby Hawks-SOAD » Thu Nov 03, 2011 7:25 pm

billhedrick wrote:great! I have been waiting for this to install 3.2. thanks muchly!


no problem, you tested it yet? tell me how it goes :)
My Rig
Gigabyte GA-MA790XT-UD4P
QuadCore AMD Phenom II X4 Black Edition 965, 3400 MHz
His Ati Radeon 5770 (one more to go)
4gb of Kingston 9905403-011.A03LF ddr 3 ram
Realtek ALC885/889A/890 Hd Audio
Esata
Realtek RTL8168C/8111C PCI-E
250gb samsung sata 2.0 HDD
1 TB Seagate HDD

"walk softly and carry a big gun"
"life is only as hard as you make it to be"
"Ultimate Edition 2.8 is Ubuntu on steroids; lots and lots of steroids. You pretty much get it all with this badboy of a distro"
Currently dual booting :D Ultimate Edition and Windoze 7

Image
User avatar
Hawks-SOAD
Moderator
 
Posts: 391
Joined: Fri Aug 08, 2008 10:38 am
Location: Melbourne, VIC, Australia
Age: 32
Operating System: Other Linux



Re: OSS4 Installation

Postby billhedrick » Mon Nov 14, 2011 11:43 pm

ok I get this far
billh@improbabilityDrive:~/oss42build$ NO_WARNING_CHECKS=yes /opt/oss-devel/configure --enable-libsalsa=NO
bash: /opt/oss-devel/configure: No such file or directory
billh@improbabilityDrive:~/oss42build$ make
make: *** No targets specified and no makefile found. Stop.


That looks like a fail to me
Image
User avatar
billhedrick
Site Admin
 
Posts: 1244
Joined: Tue Jun 16, 2009 4:15 pm
Location: Saint Paul, MN. USA
Age: 72
Operating System: Ultimate Edition 3.2 32 BIT



Re: OSS4 Installation

Postby Hawks-SOAD » Tue Nov 15, 2011 4:01 am

crap sorry forgot a whole step in there lol will fix in a min :D
My Rig
Gigabyte GA-MA790XT-UD4P
QuadCore AMD Phenom II X4 Black Edition 965, 3400 MHz
His Ati Radeon 5770 (one more to go)
4gb of Kingston 9905403-011.A03LF ddr 3 ram
Realtek ALC885/889A/890 Hd Audio
Esata
Realtek RTL8168C/8111C PCI-E
250gb samsung sata 2.0 HDD
1 TB Seagate HDD

"walk softly and carry a big gun"
"life is only as hard as you make it to be"
"Ultimate Edition 2.8 is Ubuntu on steroids; lots and lots of steroids. You pretty much get it all with this badboy of a distro"
Currently dual booting :D Ultimate Edition and Windoze 7

Image
User avatar
Hawks-SOAD
Moderator
 
Posts: 391
Joined: Fri Aug 08, 2008 10:38 am
Location: Melbourne, VIC, Australia
Age: 32
Operating System: Other Linux



Re: OSS4 Installation

Postby Hawks-SOAD » Tue Nov 15, 2011 9:19 am

ok fixed try it from the start should work now
My Rig
Gigabyte GA-MA790XT-UD4P
QuadCore AMD Phenom II X4 Black Edition 965, 3400 MHz
His Ati Radeon 5770 (one more to go)
4gb of Kingston 9905403-011.A03LF ddr 3 ram
Realtek ALC885/889A/890 Hd Audio
Esata
Realtek RTL8168C/8111C PCI-E
250gb samsung sata 2.0 HDD
1 TB Seagate HDD

"walk softly and carry a big gun"
"life is only as hard as you make it to be"
"Ultimate Edition 2.8 is Ubuntu on steroids; lots and lots of steroids. You pretty much get it all with this badboy of a distro"
Currently dual booting :D Ultimate Edition and Windoze 7

Image
User avatar
Hawks-SOAD
Moderator
 
Posts: 391
Joined: Fri Aug 08, 2008 10:38 am
Location: Melbourne, VIC, Australia
Age: 32
Operating System: Other Linux



Re: OSS4 Installation

Postby billhedrick » Tue Nov 15, 2011 7:20 pm

Nope still no love, here is the whole story

billh@improbabilityDrive:~$ sudo dpkg-reconfigure linux-sound-base
[sudo] password for billh:
billh@improbabilityDrive:~$ sudo apt-get purge pulseaudio
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package pulseaudio is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
billh@improbabilityDrive:~$ sudo apt-get install -y binutils libgtk2.0-0 sed gcc libc6
Reading package lists... Done
Building dependency tree
Reading state information... Done
gcc is already the newest version.
libc6 is already the newest version.
libgtk2.0-0 is already the newest version.
sed is already the newest version.
binutils is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
billh@improbabilityDrive:~$ sudo apt-get install -y build-essential linux-headers-`uname -r` gawk libtool libgtk2.0-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
gawk is already the newest version.
libgtk2.0-dev is already the newest version.
libtool is already the newest version.
linux-headers-3.0.0-13-generic is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
billh@improbabilityDrive:~$ sudo apt-get install -y libesd0 libsdl1.2debian-oss
Reading package lists... Done
Building dependency tree
Reading state information... Done
libesd0 is already the newest version.
libsdl1.2debian-oss is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
billh@improbabilityDrive:~$ sudo apt-get install -y mercurial
Reading package lists... Done
Building dependency tree
Reading state information... Done
mercurial is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
billh@improbabilityDrive:~$ cd /opt
billh@improbabilityDrive:/opt$ sudo hg clone http://opensound.hg.sourceforge.net/hgweb/opensound
real URL is http://opensound.hg.sourceforge.net:800 ... /opensound
destination directory: opensound
requesting all changes
adding changesets
adding manifests
adding file changes
added 943 changesets with 4267 changes to 1396 files
updating to branch default
885 files updated, 0 files merged, 0 files removed, 0 files unresolved
billh@improbabilityDrive:/opt$ cd ~/
billh@improbabilityDrive:~$ sudo rm -rf oss42build
billh@improbabilityDrive:~$ mkdir oss42build
billh@improbabilityDrive:~$ cd oss42build/
billh@improbabilityDrive:~/oss42build$ NO_WARNING_CHECKS=yes /opt/oss-devel/configure --enable-libsalsa=NO
bash: /opt/oss-devel/configure: No such file or directory
billh@improbabilityDrive:~/oss42build$ make
make: *** No targets specified and no makefile found. Stop.
billh@improbabilityDrive:~/oss42build$
Image
User avatar
billhedrick
Site Admin
 
Posts: 1244
Joined: Tue Jun 16, 2009 4:15 pm
Location: Saint Paul, MN. USA
Age: 72
Operating System: Ultimate Edition 3.2 32 BIT



Re: OSS4 Installation

Postby Hawks-SOAD » Tue Nov 15, 2011 9:11 pm

dam i keep getting the directory wrong can ya jump on irc when ya have time but i have edited the intructions again so try again after the grabbing sources stage
My Rig
Gigabyte GA-MA790XT-UD4P
QuadCore AMD Phenom II X4 Black Edition 965, 3400 MHz
His Ati Radeon 5770 (one more to go)
4gb of Kingston 9905403-011.A03LF ddr 3 ram
Realtek ALC885/889A/890 Hd Audio
Esata
Realtek RTL8168C/8111C PCI-E
250gb samsung sata 2.0 HDD
1 TB Seagate HDD

"walk softly and carry a big gun"
"life is only as hard as you make it to be"
"Ultimate Edition 2.8 is Ubuntu on steroids; lots and lots of steroids. You pretty much get it all with this badboy of a distro"
Currently dual booting :D Ultimate Edition and Windoze 7

Image
User avatar
Hawks-SOAD
Moderator
 
Posts: 391
Joined: Fri Aug 08, 2008 10:38 am
Location: Melbourne, VIC, Australia
Age: 32
Operating System: Other Linux

Next

Return to How To's (Do not post questions please)

Who is online

Users browsing this forum: No registered users and 21 guests