Open forum for end-user questions about
Wine . Before asking questions, check out the
Wiki as a first step.
Forum Rules
Wilsonb
Level 1
Posts: 6 Joined: Sun Apr 15, 2012 1:16 pm
Post
by Wilsonb » Sun Apr 15, 2012 1:23 pm
I have been trying to upgrade to 1.5.2 from 1.5.0
I can't seem to get rid of it. I have Removed it via Software Center, Synaptics Package Manager, and some command lines.
Killed orphan files.
typing;
wine --version
give;
wine-1.5.0
Please help me remove.. I need to install 1.5.2
Note: Im a novice.. so might have to spell out what to type in command line.
Thanks
vitamin
Moderator
Posts: 6605 Joined: Sat Feb 23, 2008 2:29 pm
Post
by vitamin » Sun Apr 15, 2012 7:19 pm
What does this command say?
Wilsonb
Level 1
Posts: 6 Joined: Sun Apr 15, 2012 1:16 pm
Post
by Wilsonb » Sun Apr 15, 2012 8:12 pm
result
/usr/local/bin/wine
vitamin
Moderator
Posts: 6605 Joined: Sat Feb 23, 2008 2:29 pm
Post
by vitamin » Sun Apr 15, 2012 9:45 pm
Wilsonb wrote: /usr/local/bin/wine
This means you previously tried to compile and install Wine yourself. If you still have that source directory then the best way to uninstall Wine would be:
Code: Select all
cd wine/source/directory
sudo make uninstall
If you do not have that directory anymore then all you can do is manually remove wine files. This should remove most of them:
Code: Select all
cd /usr/local/lib
sudo rm -rf wine
sudo rm libwine*
cd /usr/local/lib64
sudo rm -rf wine
sudo rm libwine*
cd /usr/local/bin/
# This is all one line:
sudo rm -f function_grep.pl msiexec notepad regedit regsvr32 widl wine wineboot winebuild winecfg wineconsole winecpp winedbg winedump winefile wineg++ winegcc winemaker winemine winepath wine-preloader wineserver wmc wrc
Wilsonb
Level 1
Posts: 6 Joined: Sun Apr 15, 2012 1:16 pm
Post
by Wilsonb » Sun Apr 15, 2012 10:00 pm
Thank you so much...
Yes, exactly tried to compile and didn't uninstall the old one first...
That did the trick..
tnx
Wilsonb
Level 1
Posts: 6 Joined: Sun Apr 15, 2012 1:16 pm
Post
by Wilsonb » Sun Apr 15, 2012 10:15 pm
Got Wine 1.5.2 installed,
But still no microphone detection in Rosseta Stone
vitamin
Moderator
Posts: 6605 Joined: Sat Feb 23, 2008 2:29 pm
Post
by vitamin » Mon Apr 16, 2012 7:54 am
Wilsonb wrote: But still no microphone detection in Rosseta Stone
Try reinstalling Rosseta Stone into a new wineprefix.
Wilsonb
Level 1
Posts: 6 Joined: Sun Apr 15, 2012 1:16 pm
Post
by Wilsonb » Mon Apr 16, 2012 8:08 am
Yes, that's one thing I didn't do , is reinstall Rosetta S.
Didn't seem like that would have an affect since it's Hardware layer.
vitamin
Moderator
Posts: 6605 Joined: Sat Feb 23, 2008 2:29 pm
Post
by vitamin » Mon Apr 16, 2012 8:31 am
Wilsonb wrote: Didn't seem like that would have an affect since it's Hardware layer.
Some of the sound drive modifications included registry key/value changes. It is possible to completely break sound by having incorrect values in registry.
Wilsonb
Level 1
Posts: 6 Joined: Sun Apr 15, 2012 1:16 pm
Post
by Wilsonb » Mon Apr 16, 2012 8:37 am
Ok, thank you for the feedback. I assume I would have to uninstall Rossetta and reinstall.
Will try that..
Im using a Asus Netbook, under wine Config- Audio - which device do you recommend to select for Input device? System Default or Pulse Audio..
Thanks
vitamin
Moderator
Posts: 6605 Joined: Sat Feb 23, 2008 2:29 pm
Post
by vitamin » Mon Apr 16, 2012 8:20 pm
Wilsonb wrote: which device do you recommend to select for Input device?
That one that works. The only way to know is to try it.