| Author |
Message |
|
Wilsonb
|
Posted: Sun Apr 15, 2012 1:23 pm |
|
 |
| Level 1 |
 |
|
|
Joined: Sun Apr 15, 2012 1:16 pm Posts: 6
|
|
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
|
Posted: Sun Apr 15, 2012 7:19 pm |
|
 |
| Moderator |
 |
|
|
Joined: Sat Feb 23, 2008 2:29 pm Posts: 6605
|
What does this command say?
Code: which wine
|
|
 |
|
 |
|
Wilsonb
|
Posted: Sun Apr 15, 2012 8:12 pm |
|
 |
| Level 1 |
 |
|
|
Joined: Sun Apr 15, 2012 1:16 pm Posts: 6
|
|
result
/usr/local/bin/wine
|
|
 |
|
 |
|
vitamin
|
Posted: Sun Apr 15, 2012 9:45 pm |
|
 |
| Moderator |
 |
|
|
Joined: Sat Feb 23, 2008 2:29 pm Posts: 6605
|
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: 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: 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
|
Posted: Sun Apr 15, 2012 10:00 pm |
|
 |
| Level 1 |
 |
|
|
Joined: Sun Apr 15, 2012 1:16 pm Posts: 6
|
Thank you so much...
Yes, exactly tried to compile and didn't uninstall the old one first...
That did the trick..
tnx
|
|
 |
|
 |
|
Wilsonb
|
Posted: Sun Apr 15, 2012 10:15 pm |
|
 |
| Level 1 |
 |
|
|
Joined: Sun Apr 15, 2012 1:16 pm Posts: 6
|
Got Wine 1.5.2 installed,
But still no microphone detection in Rosseta Stone

|
|
 |
|
 |
|
vitamin
|
Posted: Mon Apr 16, 2012 7:54 am |
|
 |
| Moderator |
 |
|
|
Joined: Sat Feb 23, 2008 2:29 pm Posts: 6605
|
Wilsonb wrote: But still no microphone detection in Rosseta Stone
Try reinstalling Rosseta Stone into a new wineprefix.
|
|
 |
|
 |
|
Wilsonb
|
Posted: Mon Apr 16, 2012 8:08 am |
|
 |
| Level 1 |
 |
|
|
Joined: Sun Apr 15, 2012 1:16 pm Posts: 6
|
|
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
|
Posted: Mon Apr 16, 2012 8:31 am |
|
 |
| Moderator |
 |
|
|
Joined: Sat Feb 23, 2008 2:29 pm Posts: 6605
|
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
|
Posted: Mon Apr 16, 2012 8:37 am |
|
 |
| Level 1 |
 |
|
|
Joined: Sun Apr 15, 2012 1:16 pm Posts: 6
|
|
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
|
Posted: Mon Apr 16, 2012 8:20 pm |
|
 |
| Moderator |
 |
|
|
Joined: Sat Feb 23, 2008 2:29 pm Posts: 6605
|
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.
|
|
 |
|
 |
|