Ubuntu Queries by MetalheadGautham

Status
Not open for further replies.
praka123 said:
^arrre...kyon bechare ko pareshan kar raha hey too :p

@gotham:remove:
Code:
sudo apt-get remove --purge pulseaudio pulseaudio-module-hal pulseaudio-module-x11 pulseaudio-esound-compat pulseaudio-module-jack pulseaudio-module-zeroconf pulseaudio-module-gconf pulseaudio-module-lirc pulseaudio-utils  libpulse0 libpulsecore5 libpulse-mainloop-glib0 libpulse-browse0 libpulse-dev
and after removing all these,do a :
Code:
sudo apt-get autoclean && sudo apt-get autoremove --purge
and...when internet is ON:
Code:
sudo apt-get update && sudo apt-get install libesd-alsa0 --reinstall
and go to system>preferences>sound menu and select enlightened sound daemon for all audio processes and enable it!
that's all ;)
in the last part of reinstalling stuff, I get this:
Code:
gautham@Gautham-Linux:~$ sudo apt-get autoclean && sudo apt-get autoremove --purge
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
gautham@Gautham-Linux:~$ sudo apt-get update && sudo apt-get install libesd-alsa0 --reinstall
Get:1 *security.ubuntu.com feisty-security Release.gpg [191B]            
Ign *security.ubuntu.com feisty-security/main Translation-en_IN
Get:2 *in.archive.ubuntu.com feisty Release.gpg [191B]
Ign *in.archive.ubuntu.com feisty/main Translation-en_IN
Ign *security.ubuntu.com feisty-security/restricted Translation-en_IN
Ign *security.ubuntu.com feisty-security/universe Translation-en_IN
Ign *security.ubuntu.com feisty-security/multiverse Translation-en_IN
Ign *security.ubuntu.com feisty-security/universe Translation-en_IN
Ign *in.archive.ubuntu.com feisty/restricted Translation-en_IN
Ign *in.archive.ubuntu.com feisty/universe Translation-en_IN
Ign *in.archive.ubuntu.com feisty/multiverse Translation-en_IN
Ign *in.archive.ubuntu.com feisty/multiverse Translation-en_IN
Ign *in.archive.ubuntu.com feisty/universe Translation-en_IN
Get:3 *in.archive.ubuntu.com feisty-updates Release.gpg [191B]
Get:4 *security.ubuntu.com feisty-security Release [50.9kB]
Ign *in.archive.ubuntu.com feisty-updates/main Translation-en_IN
Ign *in.archive.ubuntu.com feisty-updates/restricted Translation-en_IN
Ign *in.archive.ubuntu.com feisty-updates/multiverse Translation-en_IN
Ign *in.archive.ubuntu.com feisty-updates/universe Translation-en_IN
Hit *in.archive.ubuntu.com feisty Release    
Hit *in.archive.ubuntu.com feisty-updates Release                 
Hit *in.archive.ubuntu.com feisty/main Packages                      
Hit *in.archive.ubuntu.com feisty/restricted Packages
Hit *in.archive.ubuntu.com feisty/universe Packages
Hit *in.archive.ubuntu.com feisty/multiverse Packages
Hit *in.archive.ubuntu.com feisty/multiverse Packages
Hit *in.archive.ubuntu.com feisty/universe Packages
Get:5 *security.ubuntu.com feisty-security/main Packages [103kB]
Hit *in.archive.ubuntu.com feisty-updates/main Packages
Hit *in.archive.ubuntu.com feisty-updates/restricted Packages
Hit *in.archive.ubuntu.com feisty-updates/multiverse Packages
Hit *in.archive.ubuntu.com feisty-updates/universe Packages
Get:6 *security.ubuntu.com feisty-security/restricted Packages [6341B]
Get:7 *security.ubuntu.com feisty-security/universe Packages [59.2kB]
Get:8 *security.ubuntu.com feisty-security/multiverse Packages [6092B]
Get:9 *security.ubuntu.com feisty-security/universe Packages [59.2kB]
99% [9 Packages bzip2 0]
its showing the same thing for a looong time.
 
OK, I forgot to tell, when I executed the lines indivudually(excluding the &&), I made it to the menu again. (I closed, reopened the terminal to do that)

But I still see no improvement. And yes, pulse audio responds in Audacious, so that means that nothing effective happened.
 

praka123

left this forum longback
if u did all the steps,then i cant find anyreason for pulse audio be there.
BTW,to retain ESD,
Code:
sudo apt-get install esound esound-clients libesd-alsa0

and remove that "in.archive.ubuntu.com" to "archive.ubuntu.com" and then sudo apt-get update.for reference,below is my Gutsy Gibbon /etc/apt/sources.list :)
Code:
# See *help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
#Repository List based on standard gutsy with many extra packages
# If you get errors about missing keys, lookup the key in this file
# and run these commands (replace KEY with the key number):
#  gpg --keyserver subkeys.pgp.net --recv KEY
#  gpg --export --armor KEY | sudo apt-key add -
#
# If you have a gpg key URL use (replace URL with the key address):
#
#  wget -q URL -O- | sudo apt-key add -
#
# If you have a gpg key file use (replace FILE with the key file):
#
#  sudo apt-key add FILE

deb *archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src *archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb *archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src *archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb *archive.ubuntu.com/ubuntu/ gutsy universe
deb-src *archive.ubuntu.com/ubuntu/ gutsy universe
deb *archive.ubuntu.com/ubuntu/ gutsy-updates universe
deb-src *archive.ubuntu.com/ubuntu/ gutsy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb *archive.ubuntu.com/ubuntu/ gutsy multiverse
deb-src *archive.ubuntu.com/ubuntu/ gutsy multiverse
deb *archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
deb-src *archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb *archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src *archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb *archive.canonical.com/ubuntu gutsy partner
deb-src *archive.canonical.com/ubuntu gutsy partner

deb *security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src *security.ubuntu.com/ubuntu gutsy-security main restricted
deb *security.ubuntu.com/ubuntu gutsy-security universe
deb-src *security.ubuntu.com/ubuntu gutsy-security universe
deb *security.ubuntu.com/ubuntu gutsy-security multiverse
deb-src *security.ubuntu.com/ubuntu gutsy-security multiverse

# Seveas’ packages (GPG key: 1135D466)
# GPG key-file: *mirror.ubuntulinux.nl/1135D466.gpg
deb *mirror.ubuntulinux.nl gutsy-seveas all
deb-src *mirror.ubuntulinux.nl gutsy-seveas all

# Medibuntu - Ubuntu 7.10 "gutsy gibbon"
# GPG key-file: *packages.medibuntu.org/medibuntu-key.gpg
deb *packages.medibuntu.org/ gutsy free non-free
#deb-src *packages.medibuntu.org/ gutsy free non-free

# Debuntu Ubuntu gutsy packages
# GPG Key: *repository.debuntu.org/GPG-Key-chantra.txt
deb  *repository.debuntu.org/ gutsy multiverse
#deb-src *repository.debuntu.org/ gutsy multiverse
 

gary4gar

GaurishSharma.com
praka123 said:
if u did all the steps,then i cant find anyreason for pulse audio be there.
BTW,to retain ESD,
Code:
sudo apt-get install esound esound-clients libesd-alsa0

and remove that "in.archive.ubuntu.com" to "archive.ubuntu.com" and then sudo apt-get update.for reference,below is my Gutsy Gibbon /etc/apt/sources.list :)
Code:
# See *help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
#Repository List based on standard gutsy with many extra packages
# If you get errors about missing keys, lookup the key in this file
# and run these commands (replace KEY with the key number):
#  gpg --keyserver subkeys.pgp.net --recv KEY
#  gpg --export --armor KEY | sudo apt-key add -
#
# If you have a gpg key URL use (replace URL with the key address):
#
#  wget -q URL -O- | sudo apt-key add -
#
# If you have a gpg key file use (replace FILE with the key file):
#
#  sudo apt-key add FILE

deb *archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src *archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb *archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src *archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb *archive.ubuntu.com/ubuntu/ gutsy universe
deb-src *archive.ubuntu.com/ubuntu/ gutsy universe
deb *archive.ubuntu.com/ubuntu/ gutsy-updates universe
deb-src *archive.ubuntu.com/ubuntu/ gutsy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb *archive.ubuntu.com/ubuntu/ gutsy multiverse
deb-src *archive.ubuntu.com/ubuntu/ gutsy multiverse
deb *archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
deb-src *archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb *archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src *archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb *archive.canonical.com/ubuntu gutsy partner
deb-src *archive.canonical.com/ubuntu gutsy partner

deb *security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src *security.ubuntu.com/ubuntu gutsy-security main restricted
deb *security.ubuntu.com/ubuntu gutsy-security universe
deb-src *security.ubuntu.com/ubuntu gutsy-security universe
deb *security.ubuntu.com/ubuntu gutsy-security multiverse
deb-src *security.ubuntu.com/ubuntu gutsy-security multiverse

# Seveas’ packages (GPG key: 1135D466)
# GPG key-file: *mirror.ubuntulinux.nl/1135D466.gpg
deb *mirror.ubuntulinux.nl gutsy-seveas all
deb-src *mirror.ubuntulinux.nl gutsy-seveas all

# Medibuntu - Ubuntu 7.10 "gutsy gibbon"
# GPG key-file: *packages.medibuntu.org/medibuntu-key.gpg
deb *packages.medibuntu.org/ gutsy free non-free
#deb-src *packages.medibuntu.org/ gutsy free non-free

# Debuntu Ubuntu gutsy packages
# GPG Key: *repository.debuntu.org/GPG-Key-chantra.txt
deb  *repository.debuntu.org/ gutsy multiverse
#deb-src *repository.debuntu.org/ gutsy multiverse
when you installed gutsy??
& why?
 

praka123

left this forum longback
I use Debian Sid regularly and also install latest Ubuntu! :D no upgrades!(as i rarely uses ubuntu :D though it acts as a showpiece(compiz) for n00b linuxers ;) )
 
praka123 said:
I use Debian Sid regularly and also install latest Ubuntu! :D no upgrades!(as i rarely uses ubuntu :D though it acts as a showpiece(compiz) for n00b linuxers ;) )
Good, now help me on a newer project: I need to re-build my kernel, along with all the audio and video drivers. Please guide me. I am doing this because I am having problems with the graphics and the XV drivers.
 

praka123

left this forum longback
head to *kernelnewbies.org then,check for changelogs on graphics drivers for some bugfixes or support for ur card.now for compiling kernel the debian way,debian/ubuntu carries "newbieguide" u can sudo apt-get install newbieguide.
if u want,*howtoforge.com also have guides!.if u want sound support for new cards,try getting alsa-source (1.0.15?) from Ubuntu repo(sudo apt-get install alsa-source) and compile the kernel with previous kernel's /boot/config-`uname -r` .use make menuconfig or make gconfig for menu for compiling.optimize processor options and other features.remove unwanted features*(beware without initram support and ext2/3 support built-in kernel,ur gonna have a kernel-panic with new kernel.with make-kpkg,if ur successfull,u'll get a linux-image2.6.x.deb
U can compile kernel easy,but make sure ur gcc version is the same as in /usr/src/kernel-source/Documentaion/Changes file.if u got gcc-4.x,sudo apt-get install gcc-3.x and symlink forcibly(ln -sf) to /usr/bin/gcc also u may like to have update-alternatives(CLI) or galternatives installed for ease!best of Lux!
 
Naya Questions:

1. Why can't I unmount windows partitions via right click unmount?
2. How can I disable automount of certain partitions?
3. How can I re-enable the same?
4. How do I install Kubuntu and Xubuntu in Ubuntu?
5. While installing Kaffine, I saw apt-get downloading KDE files. So does that mean I have KDE ?
6. Where can I buy Distro DVDs/CDs in bangalore With Artwork for a low cost?
 

ray|raven

Think Zen.
1.Perhaps due to permissions.
Unmount needs root permissions to work AFAIK.

2.By removing the corresponding entry in /etc/fstab.

3.By adding the removed entry ;)

4.Select KDE and Xfce for install in Synaptic.
You can then choose which environment to login to at the login screen under Session.

5.No.It means you have some dependencies of KDE needed for kaffiene to run.

6.If you find out, lemme know too :p

Regards,
ray
 

gary4gar

GaurishSharma.com
MetalheadGautham said:
Naya Questions:

1. Why can't I unmount windows partitions via right click unmount?

perphas permission issues, try
Code:
chmod 755 <mount point>

2. How can I disable automount of certain partitions?
3. How can I re-enable the same?
remove & add their entry from /etc/fstab file

4. How do I install Kubuntu and Xubuntu in Ubuntu?
install KDE desktop
5. While installing Kaffine, I saw apt-get downloading KDE files. So does that mean I have KDE ?

no it will install a few KDE libs, nessary for running Kaffine
 
Is there a grapphical tool to handle mount/automount ? I mean one which asks you to enter root password then does stuff for you.

And as for the Distro Discs, I noticed that Linux For You had a version of the mag sans the discs and it costed Rs. 25 less. So will this mean(hopefully) that I can buy artworked distro discs for Rs. 25?

And I am concidering going for a Colour LightScribe DVD Writer to do the artworking(or use my friend's). How much does a LightScribe DVD cost in bangalore? Where can I buy pne?
 

gary4gar

GaurishSharma.com
MetalheadGautham said:
Is there a grapphical tool to handle mount/automount ? I mean one which asks you to enter root password then does stuff for you.

well Udev & HAL does this job, but why you need the tool for it?
just Umount the vol when you wish, remove & reconnect to mount again:rolleyes:
 
Can someone give me a good explanation on using the terminal and navigating within it and doing basic actions like cut/paste, copy, move, creating directories, etc?
 

praka123

left this forum longback
wikibooks may have some good intro book.
OK.download and read below pdf(is small!):
*vic.gedris.org/Manual-ShellIntro/1.2/ShellIntro.pdf
^very nice for any users.
Also,
*linux.org.mt/article/terminal
 
OK, thanks.


Anyway, I still haven't figured out a good downloader software for linux. I need it to download RSTP, MMS, FTP and HTTPS links along with HTTP.

eMule, Metalink, Magnet Link, Bit Torrent and GNUtella support are also nice.
 
Status
Not open for further replies.
Top Bottom