ubuntu document storage facility
Category: Ubuntu-Desktop Environments
nice project guys!
Read More...
![]() |
|
Category: Ubuntu-Desktop Environments
nice project guys!
Category: Ubuntu-Absolute Beginner
really low sound - realtek alc861
well when i try to play music, i put it at max volume in my music player (xmss) and it is really low. so, first i checked the system sound (the little speaker icon on my task bar near the time display). that was also pushed to the max.
after searching the forums some, i went into apps>sound and video>volume control and saw that it had the hda intel device listed. i switched it to my realtek and messed with the bars to maximize my sound. what i ended up having was slightly louder sound, but nothing really that great at all. i had to put the volume column to max, and line in column to about a third of the way up. any more on the line in and the speakers begin to sound all crackled with static.
then i went into system>preferences>sound. under default sound card, it lists hda intel, but it doesn't give me the option to switch to my realtek. any ideas on how to improve my sound output?
Category: Ubuntu-Desktop Environments
kde style update issue
hi there,
after performing a routine update kde lost plastik (and various other styles). is anyone else experiencing this problem? any workarounds?
Category: Ubuntu-Desktop Environments
i'm running the latest beta of feisty 7.04, so far everything is great, but i do have one small problem.
i need to be able to run both versions of firefox (i use the old one for a specific web based classroom application for some of my classes), but i'm having trouble.
2.0.0.3 runs fine, but when i download and extract 1.5.11 to it's own directory and run ./firefox from where i extracted the files, it just fires up version 2 instead. is there any way to have both versions installed and running from two separate icons?
Category: Ubuntu-Absolute Beginner
cd-rom name change, can't mount now
my issue is i booted my computer up about a week ago and it said there were no cd-roms, so i checked my bios and everything was there but i noticed that the names of the drives had changed so i was wondering if there is a way to re-detect them?
i have been using ubuntu for a about two years and usually can resolve these things; however i can't figure this out for the life of me.
Category: Ubuntu-Desktop Environments
mount iso bin/cue ccd/img nrg with konqueror
you can use the mountiso kde service menu in konqueror to mount iso, bin/cue, img/cue and nrg images, convert nrg, bin, ccd to iso images, create iso or udf images, and there are also utilities to identify an iso type and calculate md5 checksums. konqueror is the default file manager for kde, but gnome and xfce users can use konqueror as well. it would not be difficult to re-write the mountiso kde service menu as a nautilus-script.
references:
http://www.ubuntuforums.org/showthread.php?t=69530
http://forums.suselinuxsupport.de/in...howtopic=14668
add the universe repository, if you haven't already:
http://easylinux.info/wiki/ubuntu#ho...a_repositories
install build-essential, checkinstall, automake1.6, libtool, gcc-3.4, bchunk, nrg2iso:
code:
sudo apt-get install build-essential checkinstall automake1.6 libtool gcc-3.4 bchunk nrg2isoinstall konqueror, if you don't have it installed already:
code:
sudo apt-get install konquerorinstall the appropriate linux-headers for your system. (pick one):
code:
sudo apt-get install linux-headers-686 # celeron / pentium pro / ii / iii / 4 without hyper-threading
sudo apt-get install linux-headers-k7 # amd
sudo apt-get install linux-headers-386 # pentium (basic driver)
sudo apt-get install linux-headers-686-smp # pentium 4 with hyper-threading (multi-processor)
sudo apt-get install linux-headers-k7-smp # amd multi-processorreboot if necessary to take advantage of the linux-headers you've just installed. it's ok to remove linux-headers-386, if you don't need them anymore, but only after you've rebooted with your new headers.
download and install cdemu:
http://cdemu.sourceforge.net/
code:
cd ~
wget http://robert.private.outertech.com/virtualcd/cdemu-0.7.tar.bz2
tar xjf cdemu-0.7.tar.bz2
cd cdemu-0.7
sudo ls -la /lib/modules/`uname -r`/build
sudo make
sudo make install
sudo modprobe cdemu
sudo gedit /etc/modulesadd the following line to the /etc/modules file:
code:
cdemusave the file, then close gedit.
note: use the ` symbol, not the ' symbol.
note: sudo make install is used, because sudo checkinstall doesn't work here.
download ccd2iso to your desktop and install:
http://sourceforge.net/projects/ccd2iso/
code:
cd ~/desktop
tar xzf ccd2iso-0.2.tar.gz
cd ccd2iso
./configure
make
sudo checkinstallaccept the defaults. when the menu comes up,
enter the description as: convert ccd to iso
enter the name as: ccd2iso-0.2
enter the version as: 0.2
download extract-xiso binaries to your desktop and install:
http://sourceforge.net/projects/extract-xiso
code:
cd ~/desktop
tar xzf extract-xiso_v2.5_linux_libc6.tgz
cd extract-xiso_v2.5_linux_libc6
sudo chmod 755 extract-xiso
sudo cp extract-xiso /usr/bindownload the mountiso kde service menu to your desktop and install:
http://www.kde-apps.org/content/show.php?content=11577
code:
cd ~/desktop
tar xjf 11577-mount-iso-0.9.1.tar.bz2
cd mount-iso-0.9.1
gedit install.shreplace lines 1011-1034 with the following:
code:
mountcb)
base="${bsname%.*}"
binfile="$savedir/"`head -n 1 "$1" | cut -f 2 -d " " | sed -e "s/^\"//" -e "s/\"$//"`
node=$((`'$cdemu' -s | cut -f 8 -d " " | grep 0 -n -m 1 | cut -c 1`-2))
if (test -d "$mountdir") then
check_mount "$mountdir" &&
err 2 "$1"
else
mkdir -p "$mountdir"
fi
if ( test -d "$mountdir" )
then
'$cdemu' $node "$1"
kdesu -c "mount -t iso9660 /dev/cdemu/$node \"$mountdir\""
fi
if ( check_mount "$mountdir" ) then
kfmclient openurl "$mountdir"
else
rmdir "$mountdir"
err 6 "$mountdir"
fi
;;save the file and close gedit. then continue:
code:
./install.shthe install script will tell you which components you already have installed, and then offer you some options.
select:
2 - install mount-iso using kdesu
the install script will create some service menu files.
open konqueror and right-click an image to mount it. right-click the image again to unmount it.
note: installation option 1 - install mount-iso using sudo doesn't work, because ubuntu deals with kdesu and sudo differently than other distributions. the install script needs to be modified in order to use sudo instead of kdesu.
note: mountiso will mount the images to a new folder at ~/desktop.
note: mountiso doesn't warn you if the image file is corrupt. if nothing happens, when you try to mount a file, then something is probably wrong with your image, or the image file uses advanced options that aren't supported by the mountiso package.
note: you can also download ccd2iso from here:
http://rarewares.org/debian/packages...2-0.1_i386.deb
note: you can also download extract-xiso from here:
http://rimron.co.uk/weblog/category/ubuntu/
http://www.rimron.co.uk/experimental...2.5-1_i386.deb
http://www.xbox-scene.com/tools/tools.php?page=isotools
Category: Ubuntu-Absolute Beginner
gcc - ubuntu cd?
does the gcc package come with the ubuntu cd? i don't have a ethernet connection or a dvd recorder, so i need to use my ubuntu cd as a offline repo.
Category: Ubuntu-Absolute Beginner
how do i fix grub
i have a triboot system. i have windows xp, backtrack and ubuntu 6.06. i use gparted delted backtrack and installed backtrack2 over it. now i dont have the grub menu to choose which operating system i want. i know backtrack uses lilo instead of grub. how do i make it use grub instead. as soon as i turn on my laptop the backtrack automatically starts running. any help is great. thanks
Category: Ubuntu-Desktop Environments
hi there,
i'm having a weird problem. i just installed kubuntu 6.10 i386 with nvidia beta drivers and beryl. it all runs well, accept that windows that i close in this session will reappear after the restart. it is even worse, when i open other programs, they will also reappear.
i tried to change the setting: kcontrol -) session manager -) on login to "start with an empty session", but no luck. i ran kcontrol as sudo.
please let me know if you can help me in any way!
Category: Ubuntu-Desktop Environments
i did a dist-upgrade and the kernel along with several other things updated. now when i log into my xgl session there are no effects or anything. what should i do?