[Kernel-packages] [Bug 1427587] Re: Missing driver for EW-7711ULC USB wifi dongle

2015-12-17 Thread george2706
take a look at http://ubuntuforums.org/showthread.php?t=2283277
so far
After spending some time with my problem i can say the following:


On Ubuntu 16.04 x86_64 with kernel 3.16.0-30 - it works both edimax 1.1 (at 
this time on edimax site ) linux kernel (it seem to be identical with the 2.2. 
mediatek driver on mediatek site ) and 
http://hprath.com/2014/06/cisco-link...-driver-patch/

The main diferences are (and apply also to 4.x.xx kernels !) :
1. the edimax driver complain about not finding RT2870.dat file (not 2860.dat 
file that the driver provide ). Also, after feeding with correct file, it can 
be used somehow.
It require:
modprobe mt75xx.ko (load kernel module)
at this time if you issue
ifconfig ra0
you will see NO HWAddr (mac) on the ra0.
next
ifconfig ra0 up
at this moment, it will complain about RT2870.dat (see dmesg complete path)
if you feed with hprath provided RT2870 config file but if succesfull you will 
see the mac on ifconfig ra0

in order to be able to build the driver without error you have to fix __DATE__ 
and __TIME__ macros and also a fs security struct
which is defined fsuid /fsgid (just search for fsuid in the source tree ) and 
need be replaced
from int to kgid_t (and also kuid_t for fsuid) like this (file 
include/os/rt_linux.h)

typedef struct _OS_FS_INFO_
{
kuid_t fsuid; // in original driver file is int
kgid_t fsgid; // in in original instead kgid_t
mm_segment_t fs;
} OS_FS_INFO;

2. with hprath will work from the begining and also
3. Neither will work on vbox guest ubuntu 14.0.3 on windows host - both 
complain about not being able to load firmware.
ERROR!!! NICLoadFirmware failed, Status[=0x0001]

You have to deal with os/linux/config.mk settings in order to find best
build options in order the adapter to work with wpa_supplicant and
NetworkManager. Do not forget to make clean before make

Take a look also bellow (important).


On the 4.x.xx kernels (original kernels for 16.04) you can compile the
but you have to deal with more problems:
like EEPROM 0x02 must be 0x01
also, neither drivers won`t load RT2870 file because of a strange error
"no file read method"
(https://gist.github.com/moutend/cb35a37297910c99d3e2 can provide more 
suggestion in order to fix this )

if you issue, after ra0 up, iwpriv command, the adapter will work, but
the connection will be very slow

iwpriv ra0 set WirelessMode=8 //iwconfig will show 5Ghz after that
instead on 2.5Ghz on

some more NetworkManager restart may be required.


Please note that an ath9k will show IEEE8... on iwconfig - strings that
are missing from iwconfig ra0

No need to restart

Note: if you feed the driver with wpa_supplicant -ira0
-c/some_wpa_config -Dwext some strange things happens including usb
device disconnect... maybe more things to investigate

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1427587

Title:
  Missing driver for EW-7711ULC USB wifi dongle

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  There is no driver for  EW-7711ULC in the kernel.

  But the soruce code for the driver is to be found here.

  
http://www.edimax.com/edimax/download/download/data/edimax/uk/download/for_home/wireless_adapters/wireless_adapters_ac450/ew-7711ulc
  --- 
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kb 2346 F pulseaudio
   /dev/snd/controlC1:  kb 2346 F pulseaudio
  DistroRelease: Ubuntu 14.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=3f6a45eb-0fd1-400c-a8d7-43b68c820aef
  InstallationDate: Installed on 2015-02-18 (12 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Micro-Star International Co., Ltd. GS60 2QE
  NonfreeKernelModules: mt7610u_sta
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic.efi.signed 
root=UUID=1b3d5681-b8bd-4270-9eb3-6bebcd185755 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-31-generic N/A
   linux-backports-modules-3.16.0-31-generic  N/A
   linux-firmware 1.138.1
  RfKill:
   
  Tags:  utopic
  Uname: Linux 3.16.0-31-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2015-02-18 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 09/25/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E16H5IMS.106
  dmi.board.asset.tag: To be filled by 

[Kernel-packages] [Bug 1427587] Re: Missing driver for EW-7711ULC USB wifi dongle

2015-03-03 Thread Kaare Baastrup
** Tags added: kernel-bug-exists-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1427587

Title:
  Missing driver for EW-7711ULC USB wifi dongle

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  There is no driver for  EW-7711ULC in the kernel.

  But the soruce code for the driver is to be found here.

  
http://www.edimax.com/edimax/download/download/data/edimax/uk/download/for_home/wireless_adapters/wireless_adapters_ac450/ew-7711ulc
  --- 
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kb 2346 F pulseaudio
   /dev/snd/controlC1:  kb 2346 F pulseaudio
  DistroRelease: Ubuntu 14.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=3f6a45eb-0fd1-400c-a8d7-43b68c820aef
  InstallationDate: Installed on 2015-02-18 (12 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Micro-Star International Co., Ltd. GS60 2QE
  NonfreeKernelModules: mt7610u_sta
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic.efi.signed 
root=UUID=1b3d5681-b8bd-4270-9eb3-6bebcd185755 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-31-generic N/A
   linux-backports-modules-3.16.0-31-generic  N/A
   linux-firmware 1.138.1
  RfKill:
   
  Tags:  utopic
  Uname: Linux 3.16.0-31-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2015-02-18 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 09/25/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E16H5IMS.106
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-16H5
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.B
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE16H5IMS.106:bd09/25/2014:svnMicro-StarInternationalCo.,Ltd.:pnGS602QE:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-16H5:rvrREV0.B:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GS60 2QE
  dmi.product.version: REV:1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427587/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1427587] Re: Missing driver for EW-7711ULC USB wifi dongle

2015-03-03 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.0 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc1-vivid/

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1427587

Title:
  Missing driver for EW-7711ULC USB wifi dongle

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  There is no driver for  EW-7711ULC in the kernel.

  But the soruce code for the driver is to be found here.

  
http://www.edimax.com/edimax/download/download/data/edimax/uk/download/for_home/wireless_adapters/wireless_adapters_ac450/ew-7711ulc
  --- 
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kb 2346 F pulseaudio
   /dev/snd/controlC1:  kb 2346 F pulseaudio
  DistroRelease: Ubuntu 14.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=3f6a45eb-0fd1-400c-a8d7-43b68c820aef
  InstallationDate: Installed on 2015-02-18 (12 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Micro-Star International Co., Ltd. GS60 2QE
  NonfreeKernelModules: mt7610u_sta
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic.efi.signed 
root=UUID=1b3d5681-b8bd-4270-9eb3-6bebcd185755 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-31-generic N/A
   linux-backports-modules-3.16.0-31-generic  N/A
   linux-firmware 1.138.1
  RfKill:
   
  Tags:  utopic
  Uname: Linux 3.16.0-31-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2015-02-18 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 09/25/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E16H5IMS.106
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-16H5
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.B
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE16H5IMS.106:bd09/25/2014:svnMicro-StarInternationalCo.,Ltd.:pnGS602QE:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-16H5:rvrREV0.B:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GS60 2QE
  dmi.product.version: REV:1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1427587/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1427587] Re: Missing driver for EW-7711ULC USB wifi dongle

2015-03-03 Thread Kaare Baastrup
apport information

** Tags added: apport-collected utopic

** Description changed:

  There is no driver for  EW-7711ULC in the kernel.
  
  But the soruce code for the driver is to be found here.
  
- 
http://www.edimax.com/edimax/download/download/data/edimax/uk/download/for_home/wireless_adapters/wireless_adapters_ac450
- /ew-7711ulc
+ 
http://www.edimax.com/edimax/download/download/data/edimax/uk/download/for_home/wireless_adapters/wireless_adapters_ac450/ew-7711ulc
+ --- 
+ ApportVersion: 2.14.7-0ubuntu8.2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  kb 2346 F pulseaudio
+  /dev/snd/controlC1:  kb 2346 F pulseaudio
+ DistroRelease: Ubuntu 14.10
+ EcryptfsInUse: Yes
+ HibernationDevice: RESUME=UUID=3f6a45eb-0fd1-400c-a8d7-43b68c820aef
+ InstallationDate: Installed on 2015-02-18 (12 days ago)
+ InstallationMedia: Ubuntu-GNOME 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
+ MachineType: Micro-Star International Co., Ltd. GS60 2QE
+ NonfreeKernelModules: mt7610u_sta
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic.efi.signed 
root=UUID=1b3d5681-b8bd-4270-9eb3-6bebcd185755 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
+  No PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-3.16.0-31-generic N/A
+  linux-backports-modules-3.16.0-31-generic  N/A
+  linux-firmware 1.138.1
+ RfKill:
+  
+ Tags:  utopic
+ Uname: Linux 3.16.0-31-generic x86_64
+ UpgradeStatus: Upgraded to utopic on 2015-02-18 (12 days ago)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 09/25/2014
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: E16H5IMS.106
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: MS-16H5
+ dmi.board.vendor: Micro-Star International Co., Ltd.
+ dmi.board.version: REV:0.B
+ dmi.chassis.asset.tag: To Be Filled By O.E.M.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: To Be Filled By O.E.M.
+ dmi.chassis.version: To Be Filled By O.E.M.
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE16H5IMS.106:bd09/25/2014:svnMicro-StarInternationalCo.,Ltd.:pnGS602QE:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-16H5:rvrREV0.B:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
+ dmi.product.name: GS60 2QE
+ dmi.product.version: REV:1.0
+ dmi.sys.vendor: Micro-Star International Co., Ltd.

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1427587/+attachment/4333206/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1427587

Title:
  Missing driver for EW-7711ULC USB wifi dongle

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  There is no driver for  EW-7711ULC in the kernel.

  But the soruce code for the driver is to be found here.

  
http://www.edimax.com/edimax/download/download/data/edimax/uk/download/for_home/wireless_adapters/wireless_adapters_ac450/ew-7711ulc
  --- 
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kb 2346 F pulseaudio
   /dev/snd/controlC1:  kb 2346 F pulseaudio
  DistroRelease: Ubuntu 14.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=3f6a45eb-0fd1-400c-a8d7-43b68c820aef
  InstallationDate: Installed on 2015-02-18 (12 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Micro-Star International Co., Ltd. GS60 2QE
  NonfreeKernelModules: mt7610u_sta
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic.efi.signed 
root=UUID=1b3d5681-b8bd-4270-9eb3-6bebcd185755 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-31-generic N/A
   linux-backports-modules-3.16.0-31-generic  N/A
   linux-firmware 1.138.1
  RfKill:
   
  Tags:  utopic
  Uname: Linux 3.16.0-31-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2015-02-18 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 09/25/2014