2

I am new to ubuntu and have installed version 11.10 alongside windows. I have got a mblaze MTS wireless usb which I use to connect to internet. I have installed its drivers which were provided by mblaze.

Now, when I connect through its software interface, everything works fine and I connect to internet. But the problem is that the network manager doesn't show me connected. As a result, I am not able to install softwares through software manager ( "install"/"use this source" button is disabled ). Then, I manually created the mobile broadband connection. even then, it doesn't connect.

I heard that synaptic can be used to install softwares too but it is not installed by default and I don't know how to install it from terminal. My problem will be solved if either:

  1. Network manager shows me connected when I connect through software interface
  2. I be able to connect manually
  3. Synaptic manager is installed through terminal. I know the command is sudo apt-get install synaptic but it doesn't work probably because sources.list hasn't got it. And I don't know the exact steps.

Edit : My hardware config :

2nd generation core i3 ( 2330 M) , 4 GB DDR3 RAM, 500 GB HDD, 1 GB AMD Radeon HD 6470M

'lsusb' gives the following :

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 0a5c:21e3 Broadcom Corp. 
Bus 002 Device 003: ID 046d:c52e Logitech, Inc. 
Bus 002 Device 004: ID 05c8:021e Cheng Uei Precision Industry Co., Ltd (Foxlink) 
Bus 001 Device 007: ID 19d2:fff1 ONDA Communication S.p.A. 

Additional info : Just installed the synaptic manager and I am able to install softwares through it. Though I would like to solve other problems too.

Just noticed this : When I didn't plug in my dongle, the option of connecting through mobile broadband doesn't show up. However, when I plug in the device, it shows the option of connecting mblaze modem (the manual connection I made). But as usual, it just tries to connect and doesn't succeed.

1 Answers1

0

I am using wvdial,so same is the case with me,

You can still use the Software Center, even with the install button disabled. Instead of clicking in the button, move your mouse to the top of the screen so the menu is revealed and choose File->Install

If you want to install synaptic from the command line, in the Software Center, select the Edit menu and then click on software sources. Be sure than universe is selected. Then open the terminal and type

sudo apt-get update
sudo apt-get install synaptic
Javier Rivera
  • 35,434
Tachyons
  • 17,455