Hi, Ever since I upgraded my SuSE 7.0 KDE to 2.x, I have been having problems with sound: 1. Can't play midi. The midi player acts as if it's playing music, but there is no sound. This started with KDE 2.0.1 (the first KDE 2.x version I installed). 2. VMWare gives me an error message saying /dev/dsp is busy so it therefore does not play any sound in the guest operating system. 3. Starting with KDE 2.1, sound is garbled. It seems to be overly affected by system load (windows opening, etc). 4. Perhaps related to # 3, there is a process sucking up CPU time: artsd. This didn't happen with KDE 2.0.1. -- ____________________________________________________________________ Robert Paulsen paulsen@texas.net
artsd is the kde sound server. You can tutn it off from the control center and see if it will solve your problems. Avi --On Wednesday, March 07, 2001 19:49:02 -0600 "Robert C. Paulsen Jr." <paulsen@texas.net> wrote:
Hi,
Ever since I upgraded my SuSE 7.0 KDE to 2.x, I have been having problems with sound:
1. Can't play midi. The midi player acts as if it's playing music, but there is no sound. This started with KDE 2.0.1 (the first KDE 2.x version I installed).
2. VMWare gives me an error message saying /dev/dsp is busy so it therefore does not play any sound in the guest operating system.
3. Starting with KDE 2.1, sound is garbled. It seems to be overly affected by system load (windows opening, etc).
4. Perhaps related to # 3, there is a process sucking up CPU time: artsd. This didn't happen with KDE 2.0.1.
-- ____________________________________________________________________ Robert Paulsen paulsen@texas.net
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- Avi Schwartz Get a Life, avi@CFFtechnologies.com Get Linux!
On Wed, Mar 07, 2001 at 08:20:18PM -0600, Avi Schwartz wrote:
artsd is the kde sound server. You can tutn it off from the control center and see if it will solve your problems.
Avi
Well, that sorta worked, but, whenever I play a sound in KDE, artsd starts up again. I then need to kill it before I start VMWare. Seems I can only use sound in either KDE or VMWare. I used to be able to use sound in both, simultaneously.
--On Wednesday, March 07, 2001 19:49:02 -0600 "Robert C. Paulsen Jr." <paulsen@texas.net> wrote:
Hi,
Ever since I upgraded my SuSE 7.0 KDE to 2.x, I have been having problems with sound:
1. Can't play midi. The midi player acts as if it's playing music, but there is no sound. This started with KDE 2.0.1 (the first KDE 2.x version I installed).
2. VMWare gives me an error message saying /dev/dsp is busy so it therefore does not play any sound in the guest operating system.
3. Starting with KDE 2.1, sound is garbled. It seems to be overly affected by system load (windows opening, etc).
4. Perhaps related to # 3, there is a process sucking up CPU time: artsd. This didn't happen with KDE 2.0.1.
-- ____________________________________________________________________ Robert Paulsen paulsen@texas.net
Hi, I have installed a win 2000 server in a free partiton of my SuSE linux server but now I can't boot linux. I've modified boot.ini file of the win system to point to linux /boot partition but neither works. Win says 'can't find win 2000 file system'. Any idea to fix this issue ? Thanks a lot. Best Regards Simeó Reig
Simeó Reig wrote:
Hi, I have installed a win 2000 server in a free partiton of my SuSE linux server but now I can't boot linux.
Hi Simeo, If you use lilo you will probably have to use a boot disk to boot into linux and run lilo. Your Win 2000 install probably overwrote the MBR. Good Luck, Richard -- << How can anybody be enlightened? >> << Truth is after all, so poorly lit. >> -- Neil Peart ---***---***---***---***---***---***---***---***---***---***---***--- Richard Witt Phone: (330) 672-0096 Dept. of Physics, Kent State University Email: witt@cnr2.kent.edu ---***---***---***---***---***---***---***---***---***---***---***---
There is a very simple way of getting Linux to appear on the Win 2K boot menu. In Linux, if you install LILO onto a floppy disk (only add a Linux label don't add a Win 2K Label), and check that Linux boots OK from this disk. You may also want to set the delay to 0 so Linux boots immediately. If it boots OK then type the following: dd if=/dev/fd0 of=linux.ldr bs=512 count=1 now if you do a ls -l you should see the file linux.ldr which should be 512 bytes. If you can, you have succesfully ripped the boot sector from the floppy disk. Next copy this file onto the C: drive under Win 2K Edit the boot.ini file and add the following line at the bottom: c:\linux.ldr = "Linux" save the file and restart the computer. When you reboot, you should see another option for Linux at the bottom. Select this and Linux should load. As and When you recompile your kernel, you will have to do this procedure again. Hope this works! James Smith ----- Original Message ----- From: Simeó Reig <simreig@terra.es> To: <suse-linux-e@suse.com> Sent: Thursday, March 08, 2001 8:39 PM Subject: [SLE] Win 2000 server / SuSE Linux Hi, I have installed a win 2000 server in a free partiton of my SuSE linux server but now I can't boot linux. I've modified boot.ini file of the win system to point to linux /boot partition but neither works. Win says 'can't find win 2000 file system'. Any idea to fix this issue ? Thanks a lot. Best Regards Simeó Reig -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Hi all, ok, I did the steps, but when selecting linux from the w2k bootloader it starts looking for it "from the floppy drive" rather than under C:\linux.ldr. Any idea? TIA, Stefano James Smith wrote:
There is a very simple way of getting Linux to appear on the Win 2K boot menu.
In Linux, if you install LILO onto a floppy disk (only add a Linux label don't add a Win 2K Label), and check that Linux boots OK from this disk. You may also want to set the delay to 0 so Linux boots immediately. If it boots OK then type the following:
dd if=/dev/fd0 of=linux.ldr bs=512 count=1
now if you do a ls -l you should see the file linux.ldr which should be 512 bytes. If you can, you have succesfully ripped the boot sector from the floppy disk.
Next copy this file onto the C: drive under Win 2K Edit the boot.ini file and add the following line at the bottom:
c:\linux.ldr = "Linux"
save the file and restart the computer. When you reboot, you should see another option for Linux at the bottom. Select this and Linux should load.
As and When you recompile your kernel, you will have to do this procedure again.
Hope this works!
James Smith
----- Original Message ----- From: Simeó Reig <simreig@terra.es> To: <suse-linux-e@suse.com> Sent: Thursday, March 08, 2001 8:39 PM Subject: [SLE] Win 2000 server / SuSE Linux
Hi, I have installed a win 2000 server in a free partiton of my SuSE linux server but now I can't boot linux. I've modified boot.ini file of the win system to point to linux /boot partition but neither works. Win says 'can't find win 2000 file system'. Any idea to fix this issue ? Thanks a lot.
Best Regards Simeó Reig
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
I got Win98, Win2000 and SuSE 7.1 on the same harddisk. LILO is installed on the /boot partition which is the active one, this is my lilo.conf: ------------- boot=/dev/hda4 vga=normal message=/boot/message menu-scheme=Wg:kw:Wg:Wg read-only prompt # image = /boot/vmlinuz root = /dev/hda8 label = linux initrd = /boot/initrd # other = /dev/hda1 label = windows table = /dev/hda # image = /boot/memtest.bin label = memtest86 ------------ Works like a dream! When I choose Windows at the lilo prompt I come to the Win2000 boot program and there I can choose between W98 or 2000. Cheers, ei On Thursday 08 March 2001 21:39, Simeó Reig wrote:
Hi, I have installed a win 2000 server in a free partiton of my SuSE linux server but now I can't boot linux. I've modified boot.ini file of the win system to point to linux /boot partition but neither works. Win says 'can't find win 2000 file system'. Any idea to fix this issue ? Thanks a lot.
Best Regards Simeó Reig
-- @~~~~ EagleIce ~~~~ gnu4u@linux.nu ~~~~ Running SuSE Linux 7.1 ~~~~@ @~ Webmaster <http://erin.se> ~~ <http://www.inspired-leadership.com> ~@
Hi, I have installed a win 2000 server in a free partiton of my SuSE linux server but now I can't boot linux. I've modified boot.ini file of the win system to point to linux /boot partition but neither works. Win says 'can't find win 2000 file system'. Any idea to fix this issue ? Thanks a lot. Dear Simeo, Well I have found that whenever I install Windows, it overwries
On Thu, 8 Mar 2001, Simeó Reig wrote: the MBR. The MBR is the master boot record. Lilo is normally stored in the MBR [lilo = LInux LOader]. From your description, I would: Boot into Linux using your bootdisk Reinstall Lilo and add an entry for Win2k. Hope this helps, Jon Jeffels -- -=[Tigersden Internet Services]=- ************COMING SOON************* -=[For All Your Internet Needs]=- * HTTP://www.tigersden.demon.co.uk * -=[P.G.P. Public Key Available]=- ************COMING SOON************* -=[ !!Powered by SuSE Linux!! ]=- My eyes are 20-20, but my brain isn't too good at interpreting what they see =o)
participants (8)
-
Avi Schwartz
-
EagleIce
-
James Smith
-
Richard Witt
-
Robert C. Paulsen Jr.
-
Simeó Reig
-
Stefano Papini
-
The Purple Tiger