[Bug 1341890] Re: [X550LA, Realtek ALC3236, Mic, Internal] No sound at all

2016-09-21 Thread tobiasBora
I have a similar problem : the microphone doesn't work *when the mic-
boost is on*. So with pulseaudio, you shoud try to reduce the sound
until is disable mic-boost (quite annoying to do), or you can use
"alsamixer" to set "Mic Boost" to 0.

It gives at least sound, but it's not very high... If anyone knows how
to be able to use the mic boost I would be very interested !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1341890

Title:
  [X550LA, Realtek ALC3236, Mic, Internal] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1341890/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1220146] Re: Ralink Mediatek 14c3:7630 wi-fi card isn't supported out of the box

2016-05-10 Thread tobiasBora
For people having problem with bluetooth, you should try (tested on
kernel 4.4) the following method :
https://github.com/neurobin/MT7630E/issues/6#issuecomment-196090923

Here is a copy/paste :

You need to apply this patch :

--- drivers/bluetooth/btusb.c   2015-08-30 20:34:09.0 +0200
+++ ../linux-4.2.0/drivers/bluetooth/btusb.c2016-03-13 21:06:23.393727580 
+0100
@@ -60,6 +60,7 @@
 #define BTUSB_QCA_ROME 0x8000
 #define BTUSB_BCM_APPLE0x1
 #define BTUSB_REALTEK  0x2
+#define BTUSB_MEDIATEK 0x4

 static const struct usb_device_id btusb_table[] = {
/* Generic Bluetooth USB device */
@@ -73,7 +74,7 @@
  .driver_info = BTUSB_BCM_APPLE },

/* MediaTek MT76x0E */
-   { USB_DEVICE(0x0e8d, 0x763f) },
+   { USB_DEVICE(0x0e8d, 0x763f), .driver_info = BTUSB_MEDIATEK },

/* Broadcom SoftSailing reporting vendor specific */
{ USB_DEVICE(0x0a5c, 0x21e1) },
@@ -2796,6 +2803,10 @@
set_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS, &hdev->quirks);
}

+   if (id->driver_info & BTUSB_MEDIATEK) { 
+   set_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS, &hdev->quirks);
+   }
+
if (id->driver_info & BTUSB_INTEL_BOOT)
set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks);


and to do so you can run these commands :

sudo service bluetooth stop
sudo apt-get install build-essential linux-headers-$(uname -r)
cd to your prefered build dir
apt-get source linux-image-$(uname -r)
sudo apt-get build-dep linux-image-$(uname -r)
cd to the created source dir
cp "/boot/config-$(uname -r)" .config
cp "/usr/src/linux-headers-$(uname -r)/Module.symvers" .
edit drivers/bluetooth/btusb.c and apply the patch manually
make prepare
make modules_prepare
make M=scripts/mod
make modules_prepare
make M=drivers/bluetooth/ modules
sudo cp drivers/bluetooth/btusb.ko /lib/modules/$(uname 
-r)/kernel/drivers/bluetooth
sudo service bluetooth start

Enjoy !


For Wifi, I have some trouble with wifi that crash sometimes, and I need to 
restart network manager. Depending on the network it can happened every 10 
seconds or every 4 hours. I tried the branch 2.0.3a-1 which solved some 
problems, but not all. If someone manage to solve this problem please tell me ! 
Here is the Issue and some logs : https://github.com/neurobin/MT7630E/issues/18

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220146

Title:
  Ralink Mediatek 14c3:7630 wi-fi card isn't supported out of the box

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1354924] Re: Networkmanager does not autoconnect to wireless network

2015-01-16 Thread tobiasBora
Could anyone put the priority of this bug to more than medium ? Because
it has implication on everyday life... And if you have a bad wifi
connection that often disconnect is just horrible to click every ten
seconds to reconnect.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1354924

Title:
  Networkmanager does not autoconnect to wireless network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1354924/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1354924] Re: Networkmanager does not autoconnect to wireless network

2015-01-16 Thread tobiasBora
@Søren Holm (sgh) : I tried your solution but it work's only for the
current session. If you reboot your computer the bug comes back...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1354924

Title:
  Networkmanager does not autoconnect to wireless network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1354924/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1354924] Re: Networkmanager does not autoconnect to wireless network

2015-01-10 Thread tobiasBora
I don't know if it's linked but I'm playing with a Wifi rooteur and I
often change the name/encryption of the device, and to refresh the list
of the devices the refresh button isn't enough : sometimes it detect a
wrong encryption (none instead of psk), sometimes it doesn't detect the
Wifi network (while "sudo iwlist wlan0 scan" does). I'm not sure it's
linked to this problem but if it is I hope it can help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1354924

Title:
  Networkmanager does not autoconnect to wireless network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1354924/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1354924] Re: Networkmanager does not autoconnect to wireless network

2014-12-23 Thread tobiasBora
Is it possible that the wifi is loaded after network-manager, so that
network-manager cannot reconnect ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1354924

Title:
  Networkmanager does not autoconnect to wireless network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1354924/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1354924] Re: Networkmanager does not autoconnect to wireless network

2014-12-23 Thread tobiasBora
I can confirm I've the same (very annoying) bug. I don't have the file
that Paul L. is talking about, but when I do "sudo service network-
manager restart" it works (but it's dirty, even in the /etc/rc.local
folder).

I don't know if it can be useful but here are some logs (I aslept and awoke my 
laptop) :
$ cat /var/log/syslog | grep -i network
Dec 23 17:13:36 tblinux NetworkManager[1003]:  sleep requested (sleeping: 
no  enabled: yes)
Dec 23 17:13:36 tblinux NetworkManager[1003]:  sleeping or disabling...
Dec 23 17:13:36 tblinux NetworkManager[1003]:  (eth0): device state 
change: unavailable -> unmanaged (reason 'sleeping') [20 10 37]
Dec 23 17:13:36 tblinux NetworkManager[1003]:  (eth0): cleaning up...
Dec 23 17:13:36 tblinux NetworkManager[1003]:  (eth0): taking down device.
Dec 23 17:13:37 tblinux NetworkManager[1003]:  NetworkManager state is 
now ASLEEP
Dec 23 17:13:37 tblinux NetworkManager[1003]:  (wlan0): device state 
change: activated -> unmanaged (reason 'sleeping') [100 10 37]
Dec 23 17:13:37 tblinux NetworkManager[1003]:  (wlan0): deactivating 
device (reason 'sleeping') [37]
Dec 23 17:13:37 tblinux NetworkManager[1003]:  (wlan0): canceled DHCP 
transaction, DHCP client pid 5018
Dec 23 17:13:37 tblinux NetworkManager[1003]:  DNS: plugin dnsmasq update 
failed
Dec 23 17:13:37 tblinux NetworkManager[1003]:  Removing DNS information 
from /sbin/resolvconf
Dec 23 17:13:38 tblinux NetworkManager[1003]:  (wlan0): cleaning up...
Dec 23 17:13:38 tblinux NetworkManager[1003]:  (wlan0): taking down 
device.
Dec 23 17:13:38 tblinux NetworkManager[1003]:  (D0:C1:B1:5F:55:D9): 
device state change: disconnected -> unmanaged (reason 'sleeping') [30 10 37]
Dec 23 17:13:38 tblinux NetworkManager[1003]:  (D0:C1:B1:5F:55:D9): 
cleaning up...
Dec 23 17:13:38 tblinux NetworkManager[1003]:  (D0:C1:B1:5F:55:D9): 
taking down device.
Dec 23 17:13:45 tblinux NetworkManager[1003]:  BT device 
D0:C1:B1:5F:55:D9 removed
Dec 23 17:13:46 tblinux NetworkManager[1003]:  wake requested (sleeping: 
yes  enabled: yes)
Dec 23 17:13:46 tblinux NetworkManager[1003]:  waking up and 
re-enabling...
Dec 23 17:13:46 tblinux NetworkManager[1003]:  (eth0): device state 
change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Dec 23 17:13:46 tblinux NetworkManager[1003]:  (eth0): bringing up device.
Dec 23 17:13:46 tblinux NetworkManager[1003]:  (eth0): preparing device.
Dec 23 17:13:46 tblinux NetworkManager[1003]:  (eth0): deactivating 
device (reason 'managed') [2]
Dec 23 17:13:46 tblinux NetworkManager[1003]:  Unmanaged Device found; 
state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
Dec 23 17:13:46 tblinux NetworkManager[1003]:  Unmanaged Device found; 
state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
Dec 23 17:13:46 tblinux NetworkManager[1003]:  NetworkManager state is 
now CONNECTED_GLOBAL
Dec 23 17:13:46 tblinux NetworkManager[1003]:  Unmanaged Device found; 
state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)
Dec 23 17:13:46 tblinux NetworkManager[1003]:  (wlan0): device state 
change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Dec 23 17:13:46 tblinux NetworkManager[1003]:  (wlan0): bringing up 
device.
Dec 23 17:13:46 tblinux NetworkManager[1003]:  (wlan0): preparing device.
Dec 23 17:13:46 tblinux NetworkManager[1003]:  (wlan0): deactivating 
device (reason 'managed') [2]
Dec 23 17:13:46 tblinux NetworkManager[1003]:  NetworkManager state is 
now DISCONNECTED
Dec 23 17:13:46 tblinux NetworkManager[1003]:  (wlan0) supports 4 scan 
SSIDs
Dec 23 17:13:46 tblinux NetworkManager[1003]:  (wlan0): supplicant 
interface state: starting -> ready
Dec 23 17:13:46 tblinux NetworkManager[1003]:  (wlan0): device state 
change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Dec 23 17:13:46 tblinux NetworkManager[1003]:  Trying to remove a 
non-existant call id.
Dec 23 17:13:46 tblinux NetworkManager[1003]:  (wlan0): supplicant 
interface state: ready -> disconnected
Dec 23 17:13:46 tblinux NetworkManager[1003]:  (wlan0) supports 4 scan 
SSIDs
Dec 23 17:13:47 tblinux NetworkManager[1003]:  (wlan0): supplicant 
interface state: disconnected -> inactive
Dec 23 17:13:47 tblinux NetworkManager[1003]:  BT device tobias 
(D0:C1:B1:5F:55:D9) added (NAP)
Dec 23 17:13:47 tblinux NetworkManager[1003]:  (D0:C1:B1:5F:55:D9): new 
Bluetooth device (driver: 'bluez' ifindex: 0)
Dec 23 17:13:47 tblinux NetworkManager[1003]:  (D0:C1:B1:5F:55:D9): 
exported as /org/freedesktop/NetworkManager/Devices/5
Dec 23 17:13:47 tblinux NetworkManager[1003]:  (D0:C1:B1:5F:55:D9): 
device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Dec 23 17:13:47 tblinux NetworkManager[1003]:  (D0:C1:B1:5F:55:D9): 
deactivating device (reason 'managed') [2]
Dec 23 17:13:47 tblinux NetworkManager[1003]:  (D0:C1:B1:5F:55:D9): 
device state change: unavailable -> disconnected (reason 'none') [20 30 0]


If you want me to do some tests just ask.

-- 
You received this bug

[Bug 1220146] Re: Ralink Mediatek 14c3:7630 wi-fi card isn't supported out of the box

2014-12-05 Thread tobiasBora
Well after some tests I can't manage to have again a non 100% cpu load,
so yes, this bug is always a problem and I don't have enough knowledge
in that field to solve it... The only thing I can say is that "make
wifi_unload" remove the CPU problem... but of course remove too the
wifi.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220146

Title:
  Ralink Mediatek 14c3:7630 wi-fi card isn't supported out of the box

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1220146] Re: Ralink Mediatek 14c3:7630 wi-fi card isn't supported out of the box

2014-12-05 Thread tobiasBora
@tafazzi87 : It's pretty strange : sometimes it works great, and
sometimes I have a 100% cpu load... I don't know if it comes from a bad
load of the module or from the module itself, I'll try to do some tests
when I have the time.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220146

Title:
  Ralink Mediatek 14c3:7630 wi-fi card isn't supported out of the box

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1220146] Re: Ralink Mediatek 14c3:7630 wi-fi card isn't supported out of the box

2014-11-30 Thread tobiasBora
I tried my code on kernel 3.14 and it works too ! So
https://github.com/tobiasBora/MT7630E_3.16 can be used to install Wifi
and Bluetooth on a 3.14 (Ubuntu 14.04) and 3.16 (Ubuntu 14.10) kernel
with a simple command just above on #214 !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220146

Title:
  Ralink Mediatek 14c3:7630 wi-fi card isn't supported out of the box

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1220146] Re: Ralink Mediatek 14c3:7630 wi-fi card isn't supported out of the box

2014-11-30 Thread tobiasBora
I tried #204 and it works for me on my 3.16 kernel, thank you ! I added
too the modification that make bluetooth working and added it in this
repository : https://github.com/tobiasBora/MT7630E_3.16 .

To try it just run :
  make load

and if it works and if you want to install it permanently run :
  make install

If you want to uninstall it just run :
  make uninstall

Hope it can be usefull.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220146

Title:
  Ralink Mediatek 14c3:7630 wi-fi card isn't supported out of the box

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1389781] Re: A2DP works randomly

2014-11-23 Thread tobiasBora
Bryan Paradis : I'm sorry but using pulseaudio instead of the system
configuration menu doesn't change anything for me (but I'm using KDE, so
maybe there isn't the bug that affects Unity ?). But my problem is still
here, even with Disable=Headset in my /etc/bluetooth/audio.conf
sometimes I need a full reboot to make my bluetooth headset working
(sudo services bluetooth restart isn't always enough).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1389781

Title:
  A2DP works randomly

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1389781] Re: A2DP works randomly

2014-11-05 Thread tobiasBora
After some more researches I found a way to make A2DP work, to do that I
need to put in /etc/bluetooth/audio.conf in [General] the line

Disable=Headset

(then sudo service bluetooth restart).

A2DP seems to work now, but there is an other problem which appears : I
can't use HSP/HFP mode which is usefull to record a sound from the
headphone.

So is there a solution to make both HSP and A2DP usable without a need
to edit /etc/bluetooth/audio.conf and restart bluetooth ?

Thank you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1389781

Title:
  A2DP works randomly

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1389781] Re: A2DP works randomly

2014-11-05 Thread tobiasBora
In fact even the work around doesn't work... I tried to make my computer
sleeping, and then the A2DP mode doesn't work anymore...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1389781

Title:
  A2DP works randomly

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1389781] [NEW] A2DP works randomly

2014-11-05 Thread tobiasBora
Public bug reported:

Hello,

There is a problem with the bluetooth mode A2DP. When I connect my
bluetooth headphone, sometimes I can activate the A2DP mode (which gives
a good sound quality) and sometimes I can't (nothing happened when I
change it in the configuration window), and I need to switch to HFS/HFP
(bad sound quality). Note that some logs are attached.


I found on the internet a work around which is to put in 
/etc/bluetooth/audio.conf a line
Disable=Socket

It seems to work (well it's hard to say for the moment because I didn't
have the time to do much tests), but I would like to know what Socket is
supposed to do.

Would it be possible to solve this bug when Socket is activated too ?

Thank you,

Tobias.

** Affects: bluez (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "bug.log"
   https://bugs.launchpad.net/bugs/1389781/+attachment/4253989/+files/bug.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1389781

Title:
  A2DP works randomly

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

2014-09-03 Thread tobiasBora
@Jahidul Hamid: Your way to load the module works, but is it the proper
way to proceed ? I usually hear people talking about dkms when they want
to load a module in the kernel... I used a method with dkms to install
the module, but I've just one fear : that the wifi doesn't work anymore
when a new kernel is installed. Do you have a way to avoid this problem
by keeping using dkms ?

NB : for people interesting in the DKMS method to load these modules, I
made a documentation here : https://doc.ubuntu-fr.org/wifi_bt_mt7630e.
It's in french but you can use google translate or even keep using the
french, it's not very important.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220146

Title:
  Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

2014-09-03 Thread tobiasBora
To make the bluetooth module working you need to add in
btloader/mt76xx.c the two lines with *** (remove them when you copy
them) in

/* Mediatek MT7650 */
{ USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x7650, 0xe0, 0x01, 0x01) },
{ USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x7650, 0xff, 0xff, 0xff) },
{ USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x7630, 0xe0, 0x01, 0x01) },
{ USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x7630, 0xff, 0xff, 0xff) },
{ USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x763e, 0xe0, 0x01, 0x01) },
{ USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x763e, 0xff, 0xff, 0xff) },
{ USB_DEVICE_AND_INTERFACE_INFO(0x0489, 0xe069, 0xe0, 0x01, 0x01) 
},**
{ USB_DEVICE_AND_INTERFACE_INFO(0x0489, 0xe069, 0xff, 0xff, 0xff) }, 

/* Mediatek MT662 */
{ USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x7662, 0xe0, 0x01, 0x01) },
{ USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x7632, 0xe0, 0x01, 0x01) },
{ } /* Terminating entry */
 };

Source : An email from Mediatek given here : http://forum.xubuntu-
fr.org/viewtopic.php?id=1659661&p=1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220146

Title:
  Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2013-08-14 Thread tobiasBora
( Tested with the Kernel 3.5.0-37-generic)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/971876

Title:
  Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and
  udisks Rule

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2013-08-14 Thread tobiasBora
This solution given here :
https://bbs.archlinux.org/viewtopic.php?pid=1263089#p1263089 works
perfecly :

1. Download rts_bpp.tar.bz2 from launchpad (I tried with this one : 
https://bugs.launchpad.net/ubuntu/+source/udisks/+bug/971876/+attachment/2991730/+files/rts_bpp.tar.bz2)
2. Extract archive, edit rtsx.c:
2.1. Remove __devinit from rtsx_probe in line 893
2.2. Remove __devexit from rtsx_remove in line 1048
2.3. Extract rtsx_remove from __devexit_p() in line 1074
3. Compile with "make"
4. As root, make install
5. Blacklist rtsx_pci in /etc/modprobe.d/rtsx_blacklist.conf (add "blacklist 
rtsx_pci")
6. 'modprobe rts_bpp'
7. run mkinitcpio -p linux (I'm not entirely sure this is necessary, but I run 
it, so I'm including it here).
8. Restart the machine
9. You're good to go.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/971876

Title:
  Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and
  udisks Rule

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 971876] Re: Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and udisks Rule

2013-08-14 Thread tobiasBora
I forgot to remove the 7) which is useless (and which was for
ArchLinux).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/971876

Title:
  Realtek Card Reader RTL8411 Device 5289 (PCI 03:00.0) Driver and
  udisks Rule

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 836551] [NEW] Impossible to switch user

2011-08-29 Thread tobiasBora
Public bug reported:

Hello,

First, excuse me, but I would like to post this bug in xorg-emgd, but
I've had an error. So I post it in gdm.

I'm on a computer EEEPC 1101 with ubuntu 11.04 (natty), and view days ago, I've 
installed xorg-emgd for have a nice resolution. I followed this tutorial 
(french) to install it :
http://doc.ubuntu-fr.org/poulsbo#ubuntu_1104_natty

Now, my resolution screen is ok, however, now, when I want to switch
user, I return to a page witch ask me the password for the current user.
Then, I click on "switch user", and... I've my screen saver which
appear. Then, I move mouse, and I return in the same page... I don't
know if the bug is with emgd or gdm, but it appear after emgd
installation.

Do you know how solve it ?

Thanks for solve it,

Tobias BORA

PS : excuse me if I make mistake in my English.

-- Realease of xorg-emgd ---
$ apt-cache policy xorg-emgd
xorg-emgd:
  Installed : 1.6.1-1952-0ubuntu1~ppa9
  Candidat : 1.6.1-1952-0ubuntu1~ppa9
 Table de version :
 *** 1.6.1-1952-0ubuntu1~ppa9 0
500 http://ppa.launchpad.net/gma500/emgd/ubuntu/ natty/main i386 
Packages
100 /var/lib/dpkg/status

** Affects: gdm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/836551

Title:
  Impossible to switch user

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs