LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-12-2015, 12:23 PM   #16
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50

Quote:
Originally Posted by jlinkels View Post
The problem you have is not unique: https://bugs.launchpad.net/ubuntu/+s...er/+bug/864735. Check post #22 and later.
I have read more of this link and it looks like the solution offered:
Code:
xrandr --output HDMI-0 --set audio on
produces the same error message that I have.

So now I have to backtrack.
I know that adding 'radeon.audio=1' to /etc/default/grub switched on the sound on my previous install- and I've added that to this install.
The only thing different between this debian install and my previous one could be that I haven't installed more firmware.

In Synaptic, I'm pretty certain I searched under 'radeon' and then installed all the files that came up.
But these are all fgrlx display drivers.
And I've just removed and purged all the fgrlx files.
Should I try installing them again?
 
Old 01-12-2015, 01:24 PM   #17
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I think you need to work on your souces.list.
You need security & updates. You may even want multimedia. Stay away from backports.
http://debgen.simplylinux.ch
 
Old 01-12-2015, 04:12 PM   #18
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by EDDY1 View Post
I think you need to work on your souces.list.
You need security & updates. You may even want multimedia. Stay away from backports.
http://debgen.simplylinux.ch
My sources list is a local UK mirror:
Code:
root@debianII:/etc/apt# cat sources.list
deb http://ftp.uk.debian.org/debian stable main contrib non-free
Is there a way I can setup security and updates from the terminal?
 
Old 01-12-2015, 04:25 PM   #19
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
I now have access to my old debian install where the sound is working.
So I'm thinking I can now do a search on what drivers are installed on this distro (sda1) and compare that with the new distro (sdb2) where the sound isn't working.

I have to say that sda1 doesn't have gnome fully working.
But I actually prefer it like that - it's a bit more intuitive for me.

On sda1 where sound is working, if I do a search on fglrx installs, I get the following:
Code:
dpkg --get-selections | grep fglrx
fglrx-atieventsd				deinstall
fglrx-driver					deinstall
glx-alternative-fglrx				install
Does this mean I should install fglrx-atieventsd and fglrx-driver onto sda2 where sound isn't working?
 
Old 01-12-2015, 05:29 PM   #20
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I gave you a link to debian sources generater, use it to figure out your new sources.list.
 
Old 01-12-2015, 05:32 PM   #21
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
deinstall means the packages are not installed, so I would not install the packages marked with deinstall.

I have no idea about the consequences of installing glx-alternative-fglrx. If apt doesn't tell you to remove any [essential] packages you could give it a try. At least you know how to uninstall it when you lose your X.

Are you running the same kernel on both sda1 and sda2? (uname -r)

jlinkels
 
Old 01-13-2015, 09:26 AM   #22
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
maybe this will help
http://www.maketecheasier.com/setup-...back-in-linux/
 
Old 01-13-2015, 11:57 AM   #23
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by Higgsboson View Post
My sources list is a local UK mirror:
Code:
root@debianII:/etc/apt# cat sources.list
deb http://ftp.uk.debian.org/debian stable main contrib non-free
Is there a way I can setup security and updates from the terminal?
You have a system on sda1 have you compared your sources.list to your debootstsrap's sources.list
 
Old 01-13-2015, 02:10 PM   #24
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by jlinkels View Post
deinstall means the packages are not installed, so I would not install the packages marked with deinstall.
I have installed glx-alternative-fglrx in sda2, just like sda1.
I also went into system settings-sound and changed output and hardware to hdmi, which is the same as in sda1.

The sda1 home directory has a virtual-drives directory. I don't know where it came from.
How can I find out which install created this? That way, I can do the same install on sda2.

Quote:
Are you running the same kernel on both sda1 and sda2? (uname -r)
Yes, they're both the same.
 
Old 01-13-2015, 02:23 PM   #25
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by colorpurple21859 View Post
I installed pavucontrol on sda2 and changed the settings to hdmi.
I remember I originally did the same in sda1. But now the program is no longer there!
 
Old 01-13-2015, 02:43 PM   #26
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by EDDY1 View Post
You have a system on sda1 have you compared your sources.list to your debootstsrap's sources.list
The sources list on sda1 and sda2 are the same:

sda1
Code:
deb http://ftp.uk.debian.org/debian stable main non-free contrib
sda2
Code:
deb http://ftp.uk.debian.org/debian stable main contrib non-free
 
Old 01-13-2015, 03:20 PM   #27
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
Ok, sound is working!

I'm not entirely sure what happened. But I had a .asoundrc file with some coding which I took from a link.
I think the file selected which sound card I was to use. It probably had a setting for the wrong sound card.

I originally created the file in sda1. But after recently looking and seeing it was missing, I decided to remove the .asoundrc file from sda2.
Then I opened alsamixer and changed the sound card to hdmi.

Thank you everyone for your help with this new install!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Radeon HD 6320 display driver for Debian Squeeze! How to install? weblima Linux - Newbie 18 05-09-2013 07:30 PM
How does one install ATI Radeon HD 7730 (64 bit) driver on Debian? innogen Linux - Laptop and Netbook 4 12-27-2012 05:45 AM
How does one install ATI Radeon HD 7730 (64 bit) driver on Debian? innogen Linux - Laptop and Netbook 1 12-23-2012 06:07 AM
[SOLVED] Ati Radeon Driver Installation Problem with Debian gis Linux - General 8 11-10-2011 09:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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