[wine1.0rc1][opensuse10.3] 2 net questions

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

[wine1.0rc1][opensuse10.3] 2 net questions

Post by didencool »

Hi All
i apologize if question is allready taked, I try to look'n FAQ but not find such... So
1. Is in wine some special settings to set up internet connection? What I need to make my system internet connection shared in wine?
2. How do I check the internet connection from wine?
usualy I try to ping some domain

Code: Select all

$WINEPREFIX=~/.winebtl/AC/ wine cmd
�����CMD 1.0-rc1

C:\Program Files\QuickTime>ping ya.ru
File not found
I do something wrong?
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

[wine1.0rc1][opensuse10.3] 2 net questions

Post by DanKegel »

On Fri, May 16, 2008 at 4:42 AM, didencool <[email protected]> wrote:
1. Is in wine some special settings to set up internet connection?
What I need to make my system internet connection shared in wine?
Nope. Are you having a problem with a real app?
How do I check the internet connection from wine?
usualy I try to ping some domain
We don't have an implementation of ping.exe in wine (you could grab one
from somewhere and try it, though).

Try
wine iexplore http://winehq.org

- Dan
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: [wine1.0rc1][opensuse10.3] 2 net questions

Post by vitamin »

didencool wrote:Hi All
i apologize if question is allready taked, I try to look'n FAQ but not find such... So
1. Is in wine some special settings to set up internet connection? What I need to make my system internet connection shared in wine?
No it "just works" - no extra configuration required.
didencool wrote:2. How do I check the internet connection from wine?
usualy I try to ping some domain

Code: Select all

$WINEPREFIX=~/.winebtl/AC/ wine cmd

C:\Program Files\QuickTime>ping ya.ru
File not found
I do something wrong?
Wine does not have "ping" program. You can use IE replacement. For example:

Code: Select all

iexplore http://winehq.org
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

Re: [wine1.0rc1][opensuse10.3] 2 net questions

Post by didencool »

vitamin wrote:

Code: Select all

iexplore http://winehq.org
Ok i got it :)
DanKegel wrote: Nope. Are you having a problem with a real app?
Yes quick time player is not want to connect... :( but connection present
I try to install IE but for now it not installed...
but I'm still trying

PS:
Thanx all in advise
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: [wine1.0rc1][opensuse10.3] 2 net questions

Post by vitamin »

didencool wrote:
vitamin wrote:

Code: Select all

iexplore http://winehq.org
Ok i got it :)
DanKegel wrote: Nope. Are you having a problem with a real app?
Yes quick time player is not want to connect... :( but connection present
I try to install IE but for now it not installed...
Don't do that. Wine has it's own replacement. QT should install on Wine as-is without any problems, except drawing whole screen black. If the above command worked (and you successfully downloaded Wine_gecko) then your connection is good.
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

Re: [wine1.0rc1][opensuse10.3] 2 net questions

Post by didencool »

Hi Ppl

Code: Select all

WINEPREFIX=~/.winebtl/AC wine-doors
Started logging session
Checking wine drive: ~/.winebtl/AC/
Network manager not found, your internet is your business
please don't complain if it doesn't work
I have this sh...
I installed QT in both ways... naturally and throw wine-doors
(in different "bottles")
vitamin wrote: Don't do that. Wine has it's own replacement. QT should install on Wine as-is without any problems, except drawing whole screen black. If the above command worked (and you successfully downloaded Wine_gecko) then your connection is good.
Now i have both in one bottle(with wine-doors)...
I install ie6 and it is working. i have installed wine-gecko earlier
quick time still no connecting directly.
but ie is working normally it connect to winehq.org :) as well as for others :)
thank you one more :)

PS i use NETWORK MANAGER not 'if' maybe problem with this...
Locked