i have ubuntu 7.10 i386 i mount it in my virtual cd magiciso i always this error msg appear k-meleon.exe DLL user32.dll was relocated in memory. The application will not run properly. The relocation occurred because the DLL C:\Windows\system32\shell32.dll occupied address range reserved for windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL. so what should i do
why are you mounting it in windows? if you are trying to install then you need to boot your computer with the cd.
Multipost closed and the thread title of this one renamed from "help me plZZ" as that helps none of us regulars, and will put people off helping you. That out of the way, i got my Sagem f@st modem working last year in Mandriva Linux (in 64bit Mandriva, i think my modem was a f@st 800 also), can't remember quite how i did it now as i don't use that modem anymore; i basically installed a few packages and it wasn't overly difficult to setup. If you don't find anything on google i guess i could reboot this laptop later (it's a dual boot of XP and the Mandriva install in question), i think the packages are still saved on the hard drive, it might give you an idea of what packages are needed...
To install Sagem F@st800:. Download and copy the file ueagle-data-1.1.tar.gz from http://eagle-usb.org/ueagle-atm/non-...ata-1.1.tar.gz into the home directory. Then, in a terminal: $ tar -xvzf ueagle-data-1.1.tar.gz $ sudo mkdir /lib/firmware/ueagle-atm $ cd ueagle-data-1.1/ $ sudo cp -a * /lib/firmware/ueagle-atm This extracts the firmware files and copies them to the appropriate location. It may be necessary to unplug the modem and re-plug it. Wait for the light to stay on (if they don't restart the computer). Configure the connection: Open the file $ gksudo gedit /etc/ppp/peers/ueagle-atm and put the following text into it: user "username" plugin pppoatm.so 0.38 noipdefault usepeerdns defaultroute persist noauth Save and Close Note - the 0.38 number is probably specific to Tiscali in the UK, and represents the <VP> and <VC> numbers. You may need to find out these numbers for your own connection. Now, enter this single line of text "username" "*" "password" "*" into both /etc/ppp/chap-secrets and /etc/ppp/pap-secrets Save and close each. Turn on the connection: $ pon ueagle-atm Turn off the connection with: $ poff To make buttons to connect and disconnect: Right click on panel or desktop and select Create Launcher. Title it 'Connect', Comment 'to internet', with the command pon ueagle-atm. Make another one to disconnect in a similar way using the command poff -a (the -a option closes all incidences of a connection). Panel applet Network Monitor will indicate whether the connection in on or off - set its properties to monitor ppp0 (restart may be necessary to bring this option up).
No worries.. being a regular lurker of the linux wikis and help forums you come across these things.. dear OP.. please report back how it goes.. solved or not.. it all helps provide a better service. (see.. even tho I don't advocate people using linux with sudo, I will still help out where I can... get "proper linux")