LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 04-28-2005, 08:58 PM   #1
MartinZ
Member
 
Registered: Apr 2005
Location: Santiago, Chile
Distribution: Suse 9.3 ArchLinux
Posts: 40

Rep: Reputation: 16
various 9.3 problems


I installed Suse 9.3 (NOT upgrade!) a week ago. It runs pretty good, but with some problems that i would like to identify as bugs or mines.

1.- I own a Clie PEG-TJ27 that worked very good with 9.2, but now i can't synchronize it. Above 50% of the process the system hangs up, and just the music and mouse keep working (keyboard doesn't respond). Restarting the computer is the only way to return to Linux, just like Windows!!!

2.- I have a dvd rom and a cd recorder. During the installation of Suse i used both drives, but now it recognizes only the recorder.

3.- When trying to open some .ppt files, Open Office hangs up. I think it's because of the beta version.

4.- Special characters in filenames ("á") are changed to squares. I'm able to manually correct them and then it recognizes the characters ok, but when you have a cd with hyperlinks you can't do that... I had the same problem with Suse 9.2. I think that didn't happen with Mandrake (i used it before Suse)

Last edited by MartinZ; 04-30-2005 at 08:23 AM.
 
Old 04-28-2005, 10:05 PM   #2
MartinZ
Member
 
Registered: Apr 2005
Location: Santiago, Chile
Distribution: Suse 9.3 ArchLinux
Posts: 40

Original Poster
Rep: Reputation: 16
Other little problems i forgot to post:

5.- I can receive files with Kopete, but no send them

6.- If i choose to print with a color cartridge, it doesn't use the black ink... it mixes the colour inks to get black!!

7.- I can't hear any sound from macromedia flashes. And about this: does anyone know how to open .exe flash files? Is wine the only way?
 
Old 04-29-2005, 12:03 AM   #3
youngtom
Member
 
Registered: Feb 2005
Location: Rio de Janerio
Distribution: suse 9.1, suse 9.2, redhat enterprise, ubuntu, kubuntu
Posts: 104

Rep: Reputation: 15
Re: various 9.3 problems

Quote:
Originally posted by MartinZ


2.- I have a dvd rom and a cd recorder. During the installation of Suse i used both drives, but now it recognizes only the recorder.
So what does /etc/fstab look like? my guess is that there is only a entry for your recorder.
 
Old 04-29-2005, 02:19 AM   #4
crazibri
Member
 
Registered: Mar 2004
Location: Orange County, CA
Distribution: OS X, SuSE, RH, Debian, XP
Posts: 377

Rep: Reputation: 31
Well for #7, .exe files arent recognized by the OS as being executable. You either have to have it set as executable for its file permissions and try it or it wont work. Most likely it wont work like that because if its an .exe it is compiled to run under a windows filesystem. I would suggest running it under wine and see how it works. Depending on what that .exe depends on, you may run into issues when you first give it a shot.

As far as your sound issue, check /opt/kde3/bin "startkde" file and see if you have "+knotify" in there or not, if not youll need to fix it.

This was the fix for changing Suse 9.2 and upgrading to KDE 3.4 so maybe this still exists in Suse 9.3?

go to /opt/kde3/bin as root and edit "startkde" (kwrite should work fine)

find this line

LD_BIND_NOW=true kdeinit +kcminit

Now change it to look like this:

LD_BIND_NOW=true
kdeinit +kcminit +knotify

(yes now its 2 lines)

restart your computer and your sound notifications should be back. If so,I would test your flash media.

Let me know how it comes out.

Last edited by crazibri; 04-29-2005 at 11:16 AM.
 
Old 04-30-2005, 08:01 AM   #5
MartinZ
Member
 
Registered: Apr 2005
Location: Santiago, Chile
Distribution: Suse 9.3 ArchLinux
Posts: 40

Original Poster
Rep: Reputation: 16
Re: Re: various 9.3 problems

Quote:
Originally posted by youngtom
So what does /etc/fstab look like? my guess is that there is only a entry for your recorder.
All right, here it is

/dev/hda2 / reiserfs acl,user_xattr 1 1
/dev/hdb3 /home ext3 defaults 1 2
/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdb2 /windows/D vfat users,gid=users,umask=0002,utf8=true 0 0
/dev/hdb1 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
sysfs /sys sysfs noauto 0 0
/dev/cdrecorder /media/cdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/dvd /media/dvd subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0 0


I don't see anything wrong, do you?
 
Old 04-30-2005, 08:27 AM   #6
MartinZ
Member
 
Registered: Apr 2005
Location: Santiago, Chile
Distribution: Suse 9.3 ArchLinux
Posts: 40

Original Poster
Rep: Reputation: 16
Quote:
Originally posted by crazibri
Now change it to look like this:

LD_BIND_NOW=true
kdeinit +kcminit +knotify

(yes now its 2 lines)

restart your computer and your sound notifications should be back.
[/B]

I found that sound worked if amarok wasn't open first. I read somewhere this could happen. But after closing it, the sound didn't come back. I made what you sayd and that made the trick. So, if amarok is closed, avaerything sounds fine (i think this is valid for other programs like XMMS or Juk)

Thanks a lot
 
Old 05-01-2005, 07:09 PM   #7
MartinZ
Member
 
Registered: Apr 2005
Location: Santiago, Chile
Distribution: Suse 9.3 ArchLinux
Posts: 40

Original Poster
Rep: Reputation: 16
Re: various 9.3 problems

Quote:
Originally posted by MartinZ
4.- Special characters in filenames ("á") are changed to squares. I'm able to manually correct them and then it recognizes the characters ok, but when you have a cd with hyperlinks you can't do that... I had the same problem with Suse 9.2. I think that didn't happen with Mandrake (i used it before Suse) [/B]
I was wrong. That happened with Mandrake too.
 
Old 05-06-2005, 05:45 PM   #8
MartinZ
Member
 
Registered: Apr 2005
Location: Santiago, Chile
Distribution: Suse 9.3 ArchLinux
Posts: 40

Original Poster
Rep: Reputation: 16
Quote:
Originally posted by MartinZ
Other little problems i forgot to post:

5.- I can receive files with Kopete, but no send them
About this point i found the solution: you need to open the TCP port 6891
 
  


Reply



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
Ethernet Adsl Modem Driver Problems And Install Problems... akhilnair Linux - Hardware 12 11-28-2004 08:19 AM
cisco 350 wireless problems and suse x-server problems incognito9 Linux - Wireless Networking 5 10-14-2004 07:53 AM
Problems with OSS while trying to avoid problems in ALSA (scratchy sound) GT_Onizuka Linux - General 1 02-05-2004 11:55 PM
Problems, problems, problems. Lets start with the soundcard Kre8ive Linux - Newbie 5 08-07-2003 01:20 AM
Problems, problems, problems. Lets start with the ES 1868 AudioDrive Kre8ive Linux - Newbie 1 08-06-2003 07:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

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