How do I install a Wimax usb driver?
I am using wimax usb modem in Ubuntu 9.04 properly. I am familiar with Ubuntu 10.04 and try to install the same deb file to use my wimax USB modem, but it could not install and give me the following error message:
$ sudo dpkg -i green-packet-wimax-usb_i386.iso.deb
(Reading database ... 206628 files and directories currently installed.)
Preparing to replace green-packet-wimax-usb 1.12 (using green-packet-wimax- usb_i386.iso.deb) ...
/var/lib/dpkg/info/green-packet-wimax-usb.prerm: 45: /etc/init.d/wimaxd: not found
Removing any system startup links for /etc/init.d/wimaxd ...
FATAL: Module mt7118_usb_os not found.
Unpacking replacement green-packet-wimax-usb ...
Setting up green-packet-wimax-usb (1.12) ...
FATAL: Error inserting mt7118_usb_glue (/lib/modules/2.6.32-28-generic/kernel/drivers/net/mt7118_usb_glue.ko): Invalid module format
dpkg: error processing green-packet-wimax-usb (--install):
subprocess installed post-installation script returned error exit status 1
Processing triggers for ureadahead ...
Processing triggers for desktop-file-utils ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for python-support ...
Errors were encountered while processing:
The error (Line 9) give me some clue that the mt7118_usb_glue.ko
kernel object can't insert it. So, I think this may be due to it's kernel dependencies.
Can anybody tell me how I can install this kernel object to my new Ubuntu 10.04 kernel?
drivers usb modem
add a comment |
I am using wimax usb modem in Ubuntu 9.04 properly. I am familiar with Ubuntu 10.04 and try to install the same deb file to use my wimax USB modem, but it could not install and give me the following error message:
$ sudo dpkg -i green-packet-wimax-usb_i386.iso.deb
(Reading database ... 206628 files and directories currently installed.)
Preparing to replace green-packet-wimax-usb 1.12 (using green-packet-wimax- usb_i386.iso.deb) ...
/var/lib/dpkg/info/green-packet-wimax-usb.prerm: 45: /etc/init.d/wimaxd: not found
Removing any system startup links for /etc/init.d/wimaxd ...
FATAL: Module mt7118_usb_os not found.
Unpacking replacement green-packet-wimax-usb ...
Setting up green-packet-wimax-usb (1.12) ...
FATAL: Error inserting mt7118_usb_glue (/lib/modules/2.6.32-28-generic/kernel/drivers/net/mt7118_usb_glue.ko): Invalid module format
dpkg: error processing green-packet-wimax-usb (--install):
subprocess installed post-installation script returned error exit status 1
Processing triggers for ureadahead ...
Processing triggers for desktop-file-utils ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for python-support ...
Errors were encountered while processing:
The error (Line 9) give me some clue that the mt7118_usb_glue.ko
kernel object can't insert it. So, I think this may be due to it's kernel dependencies.
Can anybody tell me how I can install this kernel object to my new Ubuntu 10.04 kernel?
drivers usb modem
Any interested also have a look at this: answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/…
– Rinzwind
Jan 27 '12 at 13:31
add a comment |
I am using wimax usb modem in Ubuntu 9.04 properly. I am familiar with Ubuntu 10.04 and try to install the same deb file to use my wimax USB modem, but it could not install and give me the following error message:
$ sudo dpkg -i green-packet-wimax-usb_i386.iso.deb
(Reading database ... 206628 files and directories currently installed.)
Preparing to replace green-packet-wimax-usb 1.12 (using green-packet-wimax- usb_i386.iso.deb) ...
/var/lib/dpkg/info/green-packet-wimax-usb.prerm: 45: /etc/init.d/wimaxd: not found
Removing any system startup links for /etc/init.d/wimaxd ...
FATAL: Module mt7118_usb_os not found.
Unpacking replacement green-packet-wimax-usb ...
Setting up green-packet-wimax-usb (1.12) ...
FATAL: Error inserting mt7118_usb_glue (/lib/modules/2.6.32-28-generic/kernel/drivers/net/mt7118_usb_glue.ko): Invalid module format
dpkg: error processing green-packet-wimax-usb (--install):
subprocess installed post-installation script returned error exit status 1
Processing triggers for ureadahead ...
Processing triggers for desktop-file-utils ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for python-support ...
Errors were encountered while processing:
The error (Line 9) give me some clue that the mt7118_usb_glue.ko
kernel object can't insert it. So, I think this may be due to it's kernel dependencies.
Can anybody tell me how I can install this kernel object to my new Ubuntu 10.04 kernel?
drivers usb modem
I am using wimax usb modem in Ubuntu 9.04 properly. I am familiar with Ubuntu 10.04 and try to install the same deb file to use my wimax USB modem, but it could not install and give me the following error message:
$ sudo dpkg -i green-packet-wimax-usb_i386.iso.deb
(Reading database ... 206628 files and directories currently installed.)
Preparing to replace green-packet-wimax-usb 1.12 (using green-packet-wimax- usb_i386.iso.deb) ...
/var/lib/dpkg/info/green-packet-wimax-usb.prerm: 45: /etc/init.d/wimaxd: not found
Removing any system startup links for /etc/init.d/wimaxd ...
FATAL: Module mt7118_usb_os not found.
Unpacking replacement green-packet-wimax-usb ...
Setting up green-packet-wimax-usb (1.12) ...
FATAL: Error inserting mt7118_usb_glue (/lib/modules/2.6.32-28-generic/kernel/drivers/net/mt7118_usb_glue.ko): Invalid module format
dpkg: error processing green-packet-wimax-usb (--install):
subprocess installed post-installation script returned error exit status 1
Processing triggers for ureadahead ...
Processing triggers for desktop-file-utils ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for python-support ...
Errors were encountered while processing:
The error (Line 9) give me some clue that the mt7118_usb_glue.ko
kernel object can't insert it. So, I think this may be due to it's kernel dependencies.
Can anybody tell me how I can install this kernel object to my new Ubuntu 10.04 kernel?
drivers usb modem
drivers usb modem
edited Jan 31 '12 at 21:43
Bruno Pereira
59.5k26179206
59.5k26179206
asked Jan 18 '12 at 5:21
kakaz
112
112
Any interested also have a look at this: answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/…
– Rinzwind
Jan 27 '12 at 13:31
add a comment |
Any interested also have a look at this: answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/…
– Rinzwind
Jan 27 '12 at 13:31
Any interested also have a look at this: answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/…
– Rinzwind
Jan 27 '12 at 13:31
Any interested also have a look at this: answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/…
– Rinzwind
Jan 27 '12 at 13:31
add a comment |
2 Answers
2
active
oldest
votes
what's the provider name? Qubee or Banglalion ? and also which usb modem? if u are using banglalion, (I am just guessing) see this link
It's in Bangla & for Ubuntu 11.10 and this for Ubuntu 11.04
I guess you have to install newer Ubuntu version.
Jahid vai it's qubee. And i saw the link you provided here previously. So how can i forcefully install the kernel object file in this newer kernel. Waiting for your reply.
– kakaz
Feb 1 '12 at 9:29
add a comment |
Why dont you upgrade to Ubuntu 11.10
Anyways try this on the version you have
To get the driver for Wimax installed , just type the following using the Terminal:
To open Terminal: Ctrl+Alt+T
Type in the following commands:
sudo apt-get update
sudo apt-get install madwimax
Have fun!!!
add a comment |
protected by Community♦ Jun 4 '12 at 21:52
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
what's the provider name? Qubee or Banglalion ? and also which usb modem? if u are using banglalion, (I am just guessing) see this link
It's in Bangla & for Ubuntu 11.10 and this for Ubuntu 11.04
I guess you have to install newer Ubuntu version.
Jahid vai it's qubee. And i saw the link you provided here previously. So how can i forcefully install the kernel object file in this newer kernel. Waiting for your reply.
– kakaz
Feb 1 '12 at 9:29
add a comment |
what's the provider name? Qubee or Banglalion ? and also which usb modem? if u are using banglalion, (I am just guessing) see this link
It's in Bangla & for Ubuntu 11.10 and this for Ubuntu 11.04
I guess you have to install newer Ubuntu version.
Jahid vai it's qubee. And i saw the link you provided here previously. So how can i forcefully install the kernel object file in this newer kernel. Waiting for your reply.
– kakaz
Feb 1 '12 at 9:29
add a comment |
what's the provider name? Qubee or Banglalion ? and also which usb modem? if u are using banglalion, (I am just guessing) see this link
It's in Bangla & for Ubuntu 11.10 and this for Ubuntu 11.04
I guess you have to install newer Ubuntu version.
what's the provider name? Qubee or Banglalion ? and also which usb modem? if u are using banglalion, (I am just guessing) see this link
It's in Bangla & for Ubuntu 11.10 and this for Ubuntu 11.04
I guess you have to install newer Ubuntu version.
answered Jan 27 '12 at 13:49
jahid65
1,589195
1,589195
Jahid vai it's qubee. And i saw the link you provided here previously. So how can i forcefully install the kernel object file in this newer kernel. Waiting for your reply.
– kakaz
Feb 1 '12 at 9:29
add a comment |
Jahid vai it's qubee. And i saw the link you provided here previously. So how can i forcefully install the kernel object file in this newer kernel. Waiting for your reply.
– kakaz
Feb 1 '12 at 9:29
Jahid vai it's qubee. And i saw the link you provided here previously. So how can i forcefully install the kernel object file in this newer kernel. Waiting for your reply.
– kakaz
Feb 1 '12 at 9:29
Jahid vai it's qubee. And i saw the link you provided here previously. So how can i forcefully install the kernel object file in this newer kernel. Waiting for your reply.
– kakaz
Feb 1 '12 at 9:29
add a comment |
Why dont you upgrade to Ubuntu 11.10
Anyways try this on the version you have
To get the driver for Wimax installed , just type the following using the Terminal:
To open Terminal: Ctrl+Alt+T
Type in the following commands:
sudo apt-get update
sudo apt-get install madwimax
Have fun!!!
add a comment |
Why dont you upgrade to Ubuntu 11.10
Anyways try this on the version you have
To get the driver for Wimax installed , just type the following using the Terminal:
To open Terminal: Ctrl+Alt+T
Type in the following commands:
sudo apt-get update
sudo apt-get install madwimax
Have fun!!!
add a comment |
Why dont you upgrade to Ubuntu 11.10
Anyways try this on the version you have
To get the driver for Wimax installed , just type the following using the Terminal:
To open Terminal: Ctrl+Alt+T
Type in the following commands:
sudo apt-get update
sudo apt-get install madwimax
Have fun!!!
Why dont you upgrade to Ubuntu 11.10
Anyways try this on the version you have
To get the driver for Wimax installed , just type the following using the Terminal:
To open Terminal: Ctrl+Alt+T
Type in the following commands:
sudo apt-get update
sudo apt-get install madwimax
Have fun!!!
edited Nov 9 '12 at 18:51
devav2
24.5k126879
24.5k126879
answered Mar 30 '12 at 1:14
Zakaria
91
91
add a comment |
add a comment |
protected by Community♦ Jun 4 '12 at 21:52
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Any interested also have a look at this: answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/…
– Rinzwind
Jan 27 '12 at 13:31