Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-25 Thread Michael G Fletcher
On Tue, Feb 24, 2009 at 1:54 AM, John  wrote:
> Hi Mike, have finally got the Dongle working, but its not stable, it
> crashes now and again. It seems it doesnt like automatically
> reconnecting, if the connection has been lost.
>
> On one crash, something changed, and I'm not sure what it was. I just
> wondered, can you tell me how I can find out what version I'm using
> again, if you write it down, I wont forget it.
>
> thank you for the help.
>
> John.
>
>

Hi John, I think you are refering to the version of the kernel you are running?

To check you can go System -> Administration -> System Monitor and it
will be on one of the tabs :-)

HTH
--Michael

_
Michael Fletcher

Visit my website here - http://www.mgfletcher.com/blog
Interested in Linux? Then visit - http://www.ilovemylinux.com

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-23 Thread John
Hi Mike, have finally got the Dongle working, but its not stable, it 
crashes now and again. It seems it doesnt like automatically 
reconnecting, if the connection has been lost.

On one crash, something changed, and I'm not sure what it was. I just 
wondered, can you tell me how I can find out what version I'm using 
again, if you write it down, I wont forget it.

thank you for the help.

John.

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-23 Thread John




Michael G Fletcher wrote:

  On Mon, Feb 23, 2009 at 11:24 AM, John  wrote:
  
  
Hi everybody,

sorry I havent been around much, I havent been very well, and had to
leave this.

I have managed to work out this page

http://www.pharscape.org/networkmanager-0.7.0-and-3g-wwan-modems.html

till I get to where it says 'Disabling ZeroCD. I have uploaded the
ozerocdoff file, but it asks you to install it, but I've tried using the
Deb installer, but it doesnt recognise it. How can I install it. I think
once I've installed this, then I am almost there, with what I need to
get this to work. Anybody have any ideas?

I would be really grateful for the help.

John.

--

  
  John

I think you need to compile the source code.  you will have downloaded
the file udev.tar.gz (i think)

Open a terminal and cd into the folder that has the file, eg if it is
on your desktop, you would go

cd /home/username/Desktop(replace username with your username)

then you need to unpack the contents,

tar zxf udev.tar.gz

go to the new folder

cd udev

then you need to compile the source,

sudo make

sudo make install

that should do it :-)

-Michael

--
_
Michael Fletcher

Visit my website here - http://www.mgfletcher.com/blog
Interested in Linux? Then visit - http://www.ilovemylinux.com

  

Yipeee. Well, you'll all be glad to hear, that after some
fiddling, its now working. My Netbook is connected using the orange
Dongle. Its a bit slow, but I dont care, its surfing the net. We are
now completely wireless free and can travel anywhere and use the net. :)

Thank you Mike and everybody else, I really appreciate the help. :)

John.





-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-23 Thread John




Michael G Fletcher wrote:

  On Mon, Feb 23, 2009 at 11:24 AM, John  wrote:
  
  
Hi everybody,

sorry I havent been around much, I havent been very well, and had to
leave this.

I have managed to work out this page

http://www.pharscape.org/networkmanager-0.7.0-and-3g-wwan-modems.html

till I get to where it says 'Disabling ZeroCD. I have uploaded the
ozerocdoff file, but it asks you to install it, but I've tried using the
Deb installer, but it doesnt recognise it. How can I install it. I think
once I've installed this, then I am almost there, with what I need to
get this to work. Anybody have any ideas?

I would be really grateful for the help.

John.

--

  
  John

I think you need to compile the source code.  you will have downloaded
the file udev.tar.gz (i think)

Open a terminal and cd into the folder that has the file, eg if it is
on your desktop, you would go

cd /home/username/Desktop(replace username with your username)

then you need to unpack the contents,

tar zxf udev.tar.gz

go to the new folder

cd udev

then you need to compile the source,

sudo make

sudo make install

that should do it :-)

-Michael

--
_
Michael Fletcher

Visit my website here - http://www.mgfletcher.com/blog
Interested in Linux? Then visit - http://www.ilovemylinux.com

  

Hi Mike, thank you for the message. This is what is confusing me, the
when you say go to the folder and use 

cd udev

How do I do that. I have unpacked the contents of 
tar zxf udev.tar.gz


but the nest step I dont know how to do. Do I enter that into a
Terminal, or do somethign else. I tried entering it into a terminal,
but got 

bash: cd udev: No such file or directory

Sorry to be so thick.

John.





-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-23 Thread Michael G Fletcher
On Mon, Feb 23, 2009 at 11:24 AM, John  wrote:
>
> Hi everybody,
>
> sorry I havent been around much, I havent been very well, and had to
> leave this.
>
> I have managed to work out this page
>
> http://www.pharscape.org/networkmanager-0.7.0-and-3g-wwan-modems.html
>
> till I get to where it says 'Disabling ZeroCD. I have uploaded the
> ozerocdoff file, but it asks you to install it, but I've tried using the
> Deb installer, but it doesnt recognise it. How can I install it. I think
> once I've installed this, then I am almost there, with what I need to
> get this to work. Anybody have any ideas?
>
> I would be really grateful for the help.
>
> John.
>
> --
John

I think you need to compile the source code.  you will have downloaded
the file udev.tar.gz (i think)

Open a terminal and cd into the folder that has the file, eg if it is
on your desktop, you would go

cd /home/username/Desktop(replace username with your username)

then you need to unpack the contents,

tar zxf udev.tar.gz

go to the new folder

cd udev

then you need to compile the source,

sudo make

sudo make install

that should do it :-)

-Michael

--
_
Michael Fletcher

Visit my website here - http://www.mgfletcher.com/blog
Interested in Linux? Then visit - http://www.ilovemylinux.com

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-23 Thread John
Hi everybody,

sorry I havent been around much, I havent been very well, and had to 
leave this.

I have managed to work out this page

http://www.pharscape.org/networkmanager-0.7.0-and-3g-wwan-modems.html

till I get to where it says 'Disabling ZeroCD. I have uploaded the 
ozerocdoff file, but it asks you to install it, but I've tried using the 
Deb installer, but it doesnt recognise it. How can I install it. I think 
once I've installed this, then I am almost there, with what I need to 
get this to work. Anybody have any ideas?

I would be really grateful for the help.

John.

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-21 Thread John
Hi Matt,

sorry I havent been around, been unwell. Only just well enough to come 
back online and concentrate.

I typed in that command, and it says bash command not found.

I'm still trying to get it to work, I just dont want to give up. I know 
the dongle works as I have it working on my Windows XP laoptop, and it 
works perfectly on there.

I think my problem is, I dont know enough about Ubuntu, to work this out 
properly. Its really frustrating me. :(

John.

Matthew Daubney wrote:
> John,
>
> Looking at the wiki it should just work
> (https://wiki.ubuntu.com/NetworkManager/Hardware/3G). You don't need
> Oranges software, when  you plug the dongle in click on the little icon
> that that normally has your wifi signal strength and things and it
> should have a "Mobile Provider" or something there. 
>
> If it doesn't, when you plug it in go into a terminal (Applications ->
> Accessories -> Terminal) and type "dmesg > dmesg.txt". This will
> generate a lot of information in a file called dmesg.txt and then post
> that back here. From that we may be able to help you some more.
>
> Hope that helps,
>
> -Matt Daubney
>
>   


-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-16 Thread James Thomas
I have managed to get the ICON 255 to work. But it did periodically lock the
OS. I cannot say whether this would be the same for you...
But the drivers and howto can be found here:
http://pharscape.org/icon225.html

Hope it works for you!

:)

irc: selinuxium

James Thomas



2009/2/16 John 

> Andrew Williams wrote:
> > On Sun, Feb 15, 2009 at 12:46:43AM +, John wrote:
> >
> >> I wanted to try get Orange Wireless on here, as I have Orange with my
> >> mobile. I went into the shop, and they allowed me to try installing the
> >> dongle with one of their SIM cards, and the dongle.
> >>
> >> Well, I was in there for about an hour, and it just wasnt having it. It
> >> would install the drivers, it kept on saying it couldnt find them, and
> >> it couldnt find the dongle either, even though, when I looked could see
> >> the files for the dongle. I even searched on the net, and found a few
> >> places that tried to explain how to install, and with the guy in there,
> >> we tried, but still we couldnt install the drivers.
> >>
> >> Has anybody any experience with these dongles, I would really like to
> >> get one.
> >>
> >>
> >
> > What model dongle is it? If it's a Huewai it'll either work or you have
> to use the likes of usb_modeswitch to get the dongle into the right mode to
> show the
> > usb serial port. It should have the model number printed on the back.
> >
> >
> Hi, sorry its taken so long to get back to you. As I have already
> mentioned, I'm not that good with Ubuntu, not been using it long. The
> dongle Orange gave me is a Icon 225. I dont know how to use
>
> usb_modeswitch
>
> would that work with 8.10 and the dongle I have?
>
> If so, could you explain in simple terms how to use it?
>
> Thank you.
>
> John.
>
> --
> ubuntu-uk@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
> https://wiki.ubuntu.com/UKTeam/
>
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-16 Thread Matthew Daubney
John,

Looking at the wiki it should just work
(https://wiki.ubuntu.com/NetworkManager/Hardware/3G). You don't need
Oranges software, when  you plug the dongle in click on the little icon
that that normally has your wifi signal strength and things and it
should have a "Mobile Provider" or something there. 

If it doesn't, when you plug it in go into a terminal (Applications ->
Accessories -> Terminal) and type "dmesg > dmesg.txt". This will
generate a lot of information in a file called dmesg.txt and then post
that back here. From that we may be able to help you some more.

Hope that helps,

-Matt Daubney

On Mon, 2009-02-16 at 19:40 +, John wrote:
> Andrew Williams wrote:
> > On Sun, Feb 15, 2009 at 12:46:43AM +, John wrote:
> >   
> >> I wanted to try get Orange Wireless on here, as I have Orange with my 
> >> mobile. I went into the shop, and they allowed me to try installing the 
> >> dongle with one of their SIM cards, and the dongle.
> >>
> >> Well, I was in there for about an hour, and it just wasnt having it. It 
> >> would install the drivers, it kept on saying it couldnt find them, and 
> >> it couldnt find the dongle either, even though, when I looked could see 
> >> the files for the dongle. I even searched on the net, and found a few 
> >> places that tried to explain how to install, and with the guy in there, 
> >> we tried, but still we couldnt install the drivers.
> >>
> >> Has anybody any experience with these dongles, I would really like to 
> >> get one.
> >>
> >> 
> >
> > What model dongle is it? If it's a Huewai it'll either work or you have to 
> > use the likes of usb_modeswitch to get the dongle into the right mode to 
> > show the 
> > usb serial port. It should have the model number printed on the back.
> >
> >   
> Hi, sorry its taken so long to get back to you. As I have already 
> mentioned, I'm not that good with Ubuntu, not been using it long. The 
> dongle Orange gave me is a Icon 225. I dont know how to use
> 
> usb_modeswitch
> 
> would that work with 8.10 and the dongle I have?
> 
> If so, could you explain in simple terms how to use it?
> 
> Thank you.
> 
> John.
> 


-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-16 Thread John
Scott Pashley wrote:
> I have used one of these dongles (different network, same hardware) 
> and Network Manager just configured it for me. It was a Vodafone one 
> that I set up, perhaps if the Orange ones continually refuse to work 
> you could try a Voda one to see if it is your configuration or 
> something that Orange has done. (Just act like you're interested in 
> purchasing from Vodafone when you go to try one ;) )
>
> Scott
Hi Scott, thank you for the message. If I cant get this to work, then I 
might just have to go to Vodafone, see if they will give me one of theirs.

JOhn

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-16 Thread John
Andrew Williams wrote:
> On Sun, Feb 15, 2009 at 12:46:43AM +, John wrote:
>   
>> I wanted to try get Orange Wireless on here, as I have Orange with my 
>> mobile. I went into the shop, and they allowed me to try installing the 
>> dongle with one of their SIM cards, and the dongle.
>>
>> Well, I was in there for about an hour, and it just wasnt having it. It 
>> would install the drivers, it kept on saying it couldnt find them, and 
>> it couldnt find the dongle either, even though, when I looked could see 
>> the files for the dongle. I even searched on the net, and found a few 
>> places that tried to explain how to install, and with the guy in there, 
>> we tried, but still we couldnt install the drivers.
>>
>> Has anybody any experience with these dongles, I would really like to 
>> get one.
>>
>> 
>
> What model dongle is it? If it's a Huewai it'll either work or you have to 
> use the likes of usb_modeswitch to get the dongle into the right mode to show 
> the 
> usb serial port. It should have the model number printed on the back.
>
>   
Hi, sorry its taken so long to get back to you. As I have already 
mentioned, I'm not that good with Ubuntu, not been using it long. The 
dongle Orange gave me is a Icon 225. I dont know how to use

usb_modeswitch

would that work with 8.10 and the dongle I have?

If so, could you explain in simple terms how to use it?

Thank you.

John.

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu, 8.10

2009-02-16 Thread John
Ken Robson wrote:
>> Hi all, I have Hutchison, trading as "3", my O/S is 8,04, as dongle software 
>> is written for >windows, any step-by-step help to try and get it to run on 
>> Ubuntu 8.04 would be >appreciated...
>> Thanks all, Michael
>> 
>
> Michael, the easiest way to install it under 8.04 is to install the latest 
> Network Manager (under backports I think), I used a 3 one last year on my EEE 
> and tried the Vodaphone s/w and then found the new Network Manger had 3G 
> support, all you need to do then is plug it in and under the NM select Mobile 
> Broadband and connect. 
>
>
>   
Hi Ken,

Sorry it took so long to get back to you. I am new to Ubuntu, so dont 
know what Backports is. I'm using 8.10 so would that make a difference. 
I dont get the 3g support on this network manager. :( Could you explain 
a bit more, if it is possible? Thank you.

John

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-16 Thread John
Michael G Fletcher wrote:
>> --- On Sun, 15/2/09, John  wrote:
>>
>> From: John 
>> Subject: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10
>> To: "British Ubuntu Talk" 
>> Date: Sunday, 15 February, 2009, 12:46 AM
>>
>> I wanted to try get Orange Wireless on here, as I have Orange with my
>> mobile. I went into the shop, and they allowed me to try installing the
>> dongle with one of their SIM cards, and the dongle.
>>
>> Well, I was in there for about an hour, and it just wasnt having it. It
>> would install the drivers, it kept on saying it couldnt find them, and
>> it couldnt find the dongle either, even though, when I looked could see
>> the files for the dongle. I even searched on the net, and found a few
>> places that tried to explain how to install, and with the guy in there,
>> we tried, but still we couldnt install the drivers.
>>
>> Has anybody any experience with these dongles, I would really like to
>> get one.
>>
>> Thank you
>>
>> John.
>>
>> 
>
> Hi John
>
> >From what I can remember, plug the dongle into the usb port and wait
> for the light on the dongle (if it has one) to turn on.  You don't
> want any of the providers drivers or software.  Once it appears to be
> on, left click once on the network manager icon.  There should
> hopefully be an option in there now under "Mobile Broadband" that says
> configure.  select this.  Then choose the provider (Orange in this
> case).  it should set things up for you. left click again on the
> network manager icon you should see the connection available.  select
> this again, it should hopefully connect you!
>
> If not, it may be worth looking in the dongle for the make and model.
> probably a Huawei E160 or something similar, this can help search
> forums for solutions.
>
> HTH
> --Michael
>
> _
> Michael Fletcher
>
> Visit my website here - http://www.mgfletcher.com/blog
> Interested in Linux? Then visit - http://www.ilovemylinux.com
>
>   
Hi Mike, sorry it took so long to get back to you. I plugged the dongle 
in, left clicked on the Network Manager Icon, but there is no option for 
Mobile Network. I did try the right clock, which bought up edit 
connections, the mobile Broadband then went through selection for 
Orange, and it bought up the finished connection. Problem is, nothing 
shows in the connection. T

The Dongle is an Icon 225. If that helps.

I have the dongle for two weeks to find out if it works, if it doesnt I 
can take it back.

Thanks

John.

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu, 8.10

2009-02-15 Thread Ken Robson
>Hi all, I have Hutchison, trading as "3", my O/S is 8,04, as dongle software 
>is written for >windows, any step-by-step help to try and get it to run on 
>Ubuntu 8.04 would be >appreciated...
>Thanks all, Michael

Michael, the easiest way to install it under 8.04 is to install the latest 
Network Manager (under backports I think), I used a 3 one last year on my EEE 
and tried the Vodaphone s/w and then found the new Network Manger had 3G 
support, all you need to do then is plug it in and under the NM select Mobile 
Broadband and connect. 


-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10 (or 8.04?)

2009-02-15 Thread mike daniels
Hi all, I have Hutchison, trading as "3", my O/S is 8,04, as dongle software is 
written for windows, any step-by-step help to try and get it to run on Ubuntu 
8.04 would be appreciated...
Thanks all, Michael

--- On Sun, 15/2/09, Andrew Williams  wrote:
From: Andrew Williams 
Subject: Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10
To: "British Ubuntu Talk" 
Date: Sunday, 15 February, 2009, 2:58 PM

On Sun, Feb 15, 2009 at 12:46:43AM +, John wrote:
> I wanted to try get Orange Wireless on here, as I have Orange with my 
> mobile. I went into the shop, and they allowed me to try installing the 
> dongle with one of their SIM cards, and the dongle.
> 
> Well, I was in there for about an hour, and it just wasnt having it. It 
> would install the drivers, it kept on saying it couldnt find them, and 
> it couldnt find the dongle either, even though, when I looked could see 
> the files for the dongle. I even searched on the net, and found a few 
> places that tried to explain how to install, and with the guy in there, 
> we tried, but still we couldnt install the drivers.
> 
> Has anybody any experience with these dongles, I would really like to 
> get one.
> 

What model dongle is it? If it's a Huewai it'll either work or you have
to use the likes of usb_modeswitch to get the dongle into the right mode to show
the 
usb serial port. It should have the model number printed on the back.

-- 
Andrew Williams
w: http://tensixtyone.com/
e: a...@tensixtyone.com
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/



  -- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-15 Thread Andrew Williams
On Sun, Feb 15, 2009 at 12:46:43AM +, John wrote:
> I wanted to try get Orange Wireless on here, as I have Orange with my 
> mobile. I went into the shop, and they allowed me to try installing the 
> dongle with one of their SIM cards, and the dongle.
> 
> Well, I was in there for about an hour, and it just wasnt having it. It 
> would install the drivers, it kept on saying it couldnt find them, and 
> it couldnt find the dongle either, even though, when I looked could see 
> the files for the dongle. I even searched on the net, and found a few 
> places that tried to explain how to install, and with the guy in there, 
> we tried, but still we couldnt install the drivers.
> 
> Has anybody any experience with these dongles, I would really like to 
> get one.
> 

What model dongle is it? If it's a Huewai it'll either work or you have to use 
the likes of usb_modeswitch to get the dongle into the right mode to show the 
usb serial port. It should have the model number printed on the back.

-- 
Andrew Williams
w: http://tensixtyone.com/
e: a...@tensixtyone.com


signature.asc
Description: Digital signature
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-15 Thread Scott Pashley
I have used one of these dongles (different network, same hardware) and
Network Manager just configured it for me. It was a Vodafone one that I set
up, perhaps if the Orange ones continually refuse to work you could try a
Voda one to see if it is your configuration or something that Orange has
done. (Just act like you're interested in purchasing from Vodafone when you
go to try one ;) )

Scott
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-15 Thread Michael G Fletcher
> --- On Sun, 15/2/09, John  wrote:
>
> From: John 
> Subject: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10
> To: "British Ubuntu Talk" 
> Date: Sunday, 15 February, 2009, 12:46 AM
>
> I wanted to try get Orange Wireless on here, as I have Orange with my
> mobile. I went into the shop, and they allowed me to try installing the
> dongle with one of their SIM cards, and the dongle.
>
> Well, I was in there for about an hour, and it just wasnt having it. It
> would install the drivers, it kept on saying it couldnt find them, and
> it couldnt find the dongle either, even though, when I looked could see
> the files for the dongle. I even searched on the net, and found a few
> places that tried to explain how to install, and with the guy in there,
> we tried, but still we couldnt install the drivers.
>
> Has anybody any experience with these dongles, I would really like to
> get one.
>
> Thank you
>
> John.
>

Hi John

>From what I can remember, plug the dongle into the usb port and wait
for the light on the dongle (if it has one) to turn on.  You don't
want any of the providers drivers or software.  Once it appears to be
on, left click once on the network manager icon.  There should
hopefully be an option in there now under "Mobile Broadband" that says
configure.  select this.  Then choose the provider (Orange in this
case).  it should set things up for you. left click again on the
network manager icon you should see the connection available.  select
this again, it should hopefully connect you!

If not, it may be worth looking in the dongle for the make and model.
probably a Huawei E160 or something similar, this can help search
forums for solutions.

HTH
--Michael

_
Michael Fletcher

Visit my website here - http://www.mgfletcher.com/blog
Interested in Linux? Then visit - http://www.ilovemylinux.com

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-14 Thread John




Hi, its really odd because on the Ubuntu forums it says that it is easy
to install the dongle as Intrepid recognises the software, but it wont,
I even tried to install it through Wine, but it wouldnt even do that.
It wasnt the dongle either because we tried two of them. It seems to
block the software. I'm hoping I can get this to work, as it seems like
a good option. Safer than  using the wireless in the street or shops.

John.

Rik Boland wrote:

  

  
John

I am in the same boat will you please let me how and if you ever get
your machine with dongle working.  I want to get rid on landline
meaning wireless so the dongle is the only way forward for me

Thanks

Rik

Rik Boland
15 Stanley Place, Lancaster, LA1 5PN  Mobile 07866439588

We need Justice but we also need Grace and Mercy from God to do this.



--- On Sun, 15/2/09, John  wrote:
From:
John 
Subject: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10
To: "British Ubuntu Talk" 
Date: Sunday, 15 February, 2009, 12:46 AM
  
  I wanted to try get Orange Wireless on here, as I have Orange with my 
mobile. I went into the shop, and they allowed me to try installing the 
dongle with one of their SIM cards, and the dongle.

Well, I was in there for about an hour, and it just wasnt having it. It 
would install the drivers, it kept on saying it couldnt find them, and 
it couldnt find the dongle either, even though, when I looked could see 
the files for the dongle. I even searched on the net, and found a few 
places that tried to explain how to install, and with the guy in there, 
we tried, but still we couldnt install the drivers.

Has anybody any experience with these dongles, I would really like to 
get one.

Thank you

John.

--
 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/
  


  

  





-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-14 Thread Rik Boland
John

I am in the same boat will you please let me how and if you ever get your 
machine with dongle working.  I want to get rid on landline meaning wireless so 
the dongle is the only way forward for me

Thanks

Rik

Rik Boland
15 Stanley Place, Lancaster, LA1 5PN  Mobile 07866439588

We need Justice but we also need Grace and Mercy from God to do this.


--- On Sun, 15/2/09, John  wrote:
From: John 
Subject: [ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10
To: "British Ubuntu Talk" 
Date: Sunday, 15 February, 2009, 12:46 AM

I wanted to try get Orange Wireless on here, as I have Orange with my 
mobile. I went into the shop, and they allowed me to try installing the 
dongle with one of their SIM cards, and the dongle.

Well, I was in there for about an hour, and it just wasnt having it. It 
would install the drivers, it kept on saying it couldnt find them, and 
it couldnt find the dongle either, even though, when I looked could see 
the files for the dongle. I even searched on the net, and found a few 
places that tried to explain how to install, and with the guy in there, 
we tried, but still we couldnt install the drivers.

Has anybody any experience with these dongles, I would really like to 
get one.

Thank you

John.

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


[ubuntu-uk] Installing Orange wireless dongle on Ubuntu 8.10

2009-02-14 Thread John
I wanted to try get Orange Wireless on here, as I have Orange with my 
mobile. I went into the shop, and they allowed me to try installing the 
dongle with one of their SIM cards, and the dongle.

Well, I was in there for about an hour, and it just wasnt having it. It 
would install the drivers, it kept on saying it couldnt find them, and 
it couldnt find the dongle either, even though, when I looked could see 
the files for the dongle. I even searched on the net, and found a few 
places that tried to explain how to install, and with the guy in there, 
we tried, but still we couldnt install the drivers.

Has anybody any experience with these dongles, I would really like to 
get one.

Thank you

John.

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/