Ubuntu - how can i install speedtouch 330 or sagem f@st 800
|
|
simoniypi
Newbie
|
13. November 2007 @ 16:53 |
Link to this message
|
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
|
Advertisement
|
|
|
Senior Member
|
13. November 2007 @ 21:31 |
Link to this message
|
why are you mounting it in windows? if you are trying to install then you need to boot your computer with the cd.
GAMING COMPUTER - Intel q9550 @ 3.4ghz | EVGA GTX 260 core 216 | Gigabyte ds3l | 6gb Gskill DDR2 800 ram | Silverstone 700 watt psu | WD 640gb hdd | Seagate 300gb hdd | LG dvd burner | Samsung dvd burner | Antec p182 case | logitech 2.1 speakers | logitech g11 keyboard | Samsung 25.5in 1900x1200 monitor | 19in 1440x900 secondary monitor | Windows 7 64bit | SERVER - Gigabyte 785g motherboard | AMD Phenom 9650 | 6gb ram | three 1.5tb hdd | Seagate 1tb hdd | WD 750gb hdd | two 300gb hdd | Maxtor 200gb hdd | Ark rackmount case | CentOS 5.5
Steam name = "krj15489" alias = Jordan-k
|
simoniypi
Newbie
|
14. November 2007 @ 13:17 |
Link to this message
|
yeah it's work now but how can i install my modem speedtouch 330 or sagem f@st 800
|
Moderator
|
14. November 2007 @ 13:37 |
Link to this message
|
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...
Main PC ~ Intel C2Q Q6600 (G0 Stepping)/Gigabyte GA-EP45-DS3/2GB Crucial Ballistix PC2-8500/Zalman CNPS9700/Antec 900/Corsair HX 620W
Network ~ DD-WRT ~ 2node WDS-WPA2/AES ~ Buffalo WHR-G54S. 3node WPA2/AES ~ WRT54GS v6 (inc. WEP BSSID), WRT54G v2, WRT54G2 v1. *** Forum Rules ***
This message has been edited since posting. Last time this message was edited on 14. November 2007 @ 13:40
|
simoniypi
Newbie
|
14. November 2007 @ 14:24 |
Link to this message
|
thanks i will try
|
varnull
Suspended permanently
|
14. November 2007 @ 18:01 |
Link to this message
|
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).
|
simoniypi
Newbie
|
15. November 2007 @ 08:03 |
Link to this message
|
the link doesn't work
|
simoniypi
Newbie
|
15. November 2007 @ 08:26 |
Link to this message
|
god it doesn't work again i don't know why
would u like put some screenshot plz
This message has been edited since posting. Last time this message was edited on 15. November 2007 @ 13:30
|
varnull
Suspended permanently
|
15. November 2007 @ 17:19 |
Link to this message
|
sorry.. had this issue with aD before re: links being broken..
CLICK ME for direct download link..
|
Moderator
|
18. November 2007 @ 05:45 |
Link to this message
|
cheers, i never got around to checking my laptop for those package names
Main PC ~ Intel C2Q Q6600 (G0 Stepping)/Gigabyte GA-EP45-DS3/2GB Crucial Ballistix PC2-8500/Zalman CNPS9700/Antec 900/Corsair HX 620W
Network ~ DD-WRT ~ 2node WDS-WPA2/AES ~ Buffalo WHR-G54S. 3node WPA2/AES ~ WRT54GS v6 (inc. WEP BSSID), WRT54G v2, WRT54G2 v1. *** Forum Rules ***
|
Advertisement
|
|
|
varnull
Suspended permanently
|
18. November 2007 @ 21:39 |
Link to this message
|
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")
This message has been edited since posting. Last time this message was edited on 18. November 2007 @ 21:43
|