LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-30-2003, 06:54 PM   #1
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Rep: Reputation: 15
damn wine problems


ok heres the deal, i bought a digital camera and couldnt get at it in linux so i installed XP back on my system for a while

i recently got some money together and bought these things so i could go back to linux:
hardware modem (creative modem blaster, external)
usb memory stick reader (for the camera, sandisk)
logitech USB optical trackball mouse (because my old mouse was crappy)

that is all that has changed on my system since i last had linux installed

now the problem

i just reinstalled redhat 9 on my computer, eveything went fine as usual, wine installed without problems

now before i went back to XP i had kazaa 2.0 working without any problems in rh9
but now, kazaa installed fine, but when i run it, it hangs on the splash screen and wont go any farther

is this a problem with my new hardware, or is it one of the many annoying quirks in wine?

Last edited by the anti-riced; 06-30-2003 at 06:57 PM.
 
Old 06-30-2003, 06:57 PM   #2
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
did you do this?

or this

link1 = kazaa
link2 = kazaalite
 
Old 06-30-2003, 07:04 PM   #3
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
[QUOTE]Originally posted by DrOzz
[B]
or this

that one, i didnt do anything differenty than i did before when i was running linux

oh yeah, my wine version in the may 2003 RH9 rpm
 
Old 06-30-2003, 07:07 PM   #4
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
ok you may not of did anything different then before, but did you do it the way mentioned on them pages? i didn't get how you worded your post...
 
Old 06-30-2003, 07:16 PM   #5
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
no, i didnt do anything different than i did when i got it working last time, the hardware changes i noted before are the only things i can think of that are different

I, in this order:

1. installed the wine RPM
2. used winetools to setup the fake windows directory
3. copied the kazaa dll's to the fake windows system directory
4. made the changes to the wine config file
5. installed kazza lite 2.0.0 build 2
6. tried running kazaa lite but it just hangs on the splash screen
 
Old 06-30-2003, 07:28 PM   #6
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
ok, i have no idea wtf i did differently but i reinstalled it and its working fine

man i hate things are annoying like that

well thanks for your help anyways
 
Old 06-30-2003, 08:25 PM   #7
chrismiceli
Member
 
Registered: Aug 2002
Posts: 349

Rep: Reputation: 31
for your usb memory stick reader you could use this script i wrote that mounts to the /mnt/(what type of stick you have);
if you have a memory stick you could use my program:
6in1 -ms
(be careful i probably mistyped something)NOTE: You must be root and you must have the directories /mnt/cf, /mnt/ms,/mnt/mmc,/mnt/sd,/mnt/sm
-cf=Compact Flash
-ms=Memory Stick
-mmc=multmedia card
-sd=secure digital
-sm=smart media
You can change code if you want. here


#!/usr/bin/perl
@usb=("/sbin/modprobe", "usb-storage");
system(@usb);
if($ARGV[0]="-cf"){
@array=("mount", "/dev/sda1", "/mnt/cf");
system(@array);
print("Mounted Compact Flash to /mnt/cf\n");
}
elsif($ARGV[0]="-ms"){
@array=("mount", "/dev/sdb1", "/mnt/ms");
system(@array);
print("Mounted Memory Stick to /mnt/ms\n");
}
elsif($ARGV[0]="-mmc"){
@array=("mount", "/dev/sdc1", "/mnt/mmc");
system(@array);
print("Mounted MultiMedia Card to /mnt/mmc\n");
}
elsif($ARGV[0]="-sd"){
@array=("mount", "/dev/sdc1", "/mnt/sd");
system(@array);
print("Mounted Secure Digital to /mnt/sd\n");
}
elsif($ARGV[0]="-sm"){
@array=("mount", "/dev/sdd1", "/mnt/sm");
system(@array);
print("Mounted Smart Media to /mnt/sm\n");
}
 
  


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
Link targets - problems with Wine (Though not Wine specific - Wine site doesn't help) Kevjml Linux - Newbie 1 01-13-2006 07:53 AM
problems loading Damn Small Linux WolfCraft Linux - Laptop and Netbook 0 09-15-2005 02:37 PM
Damn Knoppix Problems barc0de Linux - Newbie 8 02-07-2004 09:53 PM
Wine problems! Melker Linux - Software 1 06-28-2003 09:49 PM
wine problems Melker Linux - Software 33 06-26-2003 09:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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