Installing wine on an Asus EEEPC 901

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Keith Duffin

Installing wine on an Asus EEEPC 901

Post by Keith Duffin »

I am trying to install wine on an Asus EEEPC 901. Every thing goes as
expected until I receive the following FATAL error.

What is the problem and what can I do about it?

If I then try winecfg I receive the error messages further down.

winefile appears to behave correctly but iexplorer remains blank even
after Gecko is installed. Notepad appears to work ok.

Setting up libwine-print (1.0.0-1+eeepc2) ...
Setting up libwine-sane (1.0.0-1+eeepc2) ...
Setting up wine-bin (1.0.0-1+eeepc2) ...
FATAL: Module binfmt_misc not found.
update-binfmts: warning: Couldn't load the binfmt_misc module.

Setting up wine-utils (1.0.0-1+eeepc2) ...
Setting up wine (1.0.0-1+eeepc2) ...

This happens when I try winecfg

/home/user> winecfg
wine: created the configuration directory '/home/user/.wine'
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No
such file or directory
Could not load Mozilla. HTML rendering will be disabled.
wine: configuration in '/home/user/.wine' has been updated.
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No
such file or directory
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Installing wine on an Asus EEEPC 901

Post by dimesio »

Keith Duffin wrote:winefile appears to behave correctly but iexplorer remains blank even
after Gecko is installed. Notepad appears to work ok.
There is no iexplorer. There's iexplore, and there's explorer. Since you mention gecko, I assume you mean iexplore. Did you type in a URL at the command line when you started iexplore?
This happens when I try winecfg

/home/user> winecfg
wine: created the configuration directory '/home/user/.wine'
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No
such file or directory
Could not load Mozilla. HTML rendering will be disabled.
wine: configuration in '/home/user/.wine' has been updated.
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No
such file or directory
What exactly is not working in winecfg?
User avatar
Daemon
Level 4
Level 4
Posts: 101
Joined: Wed Nov 12, 2008 2:24 pm

Re: Installing wine on an Asus EEEPC 901

Post by Daemon »

Keith Duffin wrote: This happens when I try winecfg

/home/user> winecfg
wine: created the configuration directory '/home/user/.wine'
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No
such file or directory
Could not load Mozilla. HTML rendering will be disabled.
wine: configuration in '/home/user/.wine' has been updated.
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No
such file or directory
I think of it as a false positive since I 'modprobe -r snd_seq_oss ,modprobe -r snd_seq_midi' in a startup script which is why I get that error.
Locked