Page 1 of 1 [ 5 posts ] 

shugo974
Deinonychus
Deinonychus

User avatar

Joined: 6 Apr 2007
Age: 30
Gender: Male
Posts: 330
Location: New York, USA

10 Mar 2009, 1:51 pm

I installed Wine for puppy and now it wont read any of my CDs. I installed the file 7 times and still nothing. What should I do?



Ascidian
Butterfly
Butterfly

User avatar

Joined: 3 Sep 2008
Gender: Male
Posts: 11

10 Mar 2009, 2:22 pm

Hi
You need to say which file your trying to install and post any error messages your getting. Have you tried the Puppy linux forums it might be a known bug?



khelben1979
Toucan
Toucan

User avatar

Joined: 27 Aug 2008
Age: 45
Gender: Male
Posts: 294
Location: Sweden

12 Mar 2009, 3:54 pm

Maybe this page can help you out?

Link to Puppy Linux forum


_________________
/Bear Spirit, undiagnosed: AvPD and SPD


shugo974
Deinonychus
Deinonychus

User avatar

Joined: 6 Apr 2007
Age: 30
Gender: Male
Posts: 330
Location: New York, USA

13 Mar 2009, 11:13 am

That is where I install the package for wine. But when it install it a message came up saying that Wine will be under utility but when my PC reboot there was nothing about wine. Which sucks because I have a game that I want to install.



Dussel
Veteran
Veteran

User avatar

Joined: 19 Jan 2009
Age: 60
Gender: Male
Posts: 1,788
Location: London (UK)

13 Mar 2009, 3:24 pm

First check if wine is installed - the quickest way would be:

Code:
$which wine


which should produce an output like

Code:
$/usr/local/bin/wine


If this is not the case, try to re-install wine with the package manager.

---

If wine is installed, wine must be told which hard-/CD-drive are assigned to which drive-letter. Therefore run

Code:
winecfg


---

If this is done, enter the CD and wait till the CD appears. Typically under /media/cdrom:

Code:
$ls -l /media
dr-xr-xr-x 3 root root 2048 2007-10-22 16:39 cdrom0


An ls shall show here a file called setup.exe - run this file unde wine:

Code:
$ls /media/cdrom0/setup.exe
/media/cdrom0/setup.exe
$wine /media/cdrom0/setup.exe