Re: [Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2013-10-24 Thread David Samuels
Thanks. The build went OK (after I installed dkms) but the install 
failed because xx was in use -- see output below. Should I modify 
pre_install.sh and if so, how? And which commands do I then run, and in 
which order? Is it a case of editing dkms.conf, commenting out or 
removing the first 3 lines and re-running from the dkms install command?

Sorry to be such a pain but I'm learning all the time -- it keeps my 
71-year old brain busy!

David

Output

Creating symlink /var/lib/dkms/rt3290sta/2.6.0.0/source -
  /usr/src/rt3290sta-2.6.0.0

DKMS: add completed.

Kernel preparation unnecessary for this kernel.  Skipping...
applying patch rt3290sta.patch...patching file src/Makefile
patching file src/include/os/rt_linux.h
patching file src/os/linux/Makefile.6
patching file src/os/linux/Makefile.clean
patching file src/os/linux/config.mk
patching file src/os/linux/pci_main_dev.c
patching file src/os/linux/rt_linux.c
patching file src/tools/Makefile


Building module:
cleaning build area
make KERNELRELEASE=3.11.0-12-generic -C src/ 
LINUX_SRC=/lib/modules/3.11.0-12-generic/build..
cleaning build area

DKMS: build completed.

rt3290sta.ko:
Running module version sanity check.

Running the pre_install script:
FATAL: Module rt2x00pci is in use.
Error! pre_install failed, aborting install.
You may override by specifying --force.

Ends
On 23/10/13 13:33, James Dafoe wrote:
 Download the file to your desktop. In a terminal run:

 cd /home/david/Desktop
 sudo mv rt3290sta-2.6.0.0.dkms.tar.gz /usr/src
 cd /usr/src
 sudo tar -zxvf rt3290sta-2.6.0.0.dkms.tar.gz
 sudo dkms install -m rt3290sta -v 2.6.0.0
 sudo modprobe rt3290sta

 Once Ubuntu has fixed this and you want to revert to using stock
 module:

 sudo dkms remove rt3290sta/2.6.0.0 --all


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

Title:
  Need support of Ralink RT3290 wifi support

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

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


Re: [Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2013-10-24 Thread David Samuels
Thanks, Thomas. Now OK.

On 24/10/13 13:30, Sachin Thomas wrote:
 Add --force at the end of dkms install command:

 sudo dkms install -m rt3290sta -v 2.6.0.0 --force

 And run

 sudo modprobe rt3290sta

 after the installation has completed


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

Title:
  Need support of Ralink RT3290 wifi support

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

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


Re: [Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2013-10-24 Thread David Samuels
Thanks. Wifi now working fine but the wifi button still has no effect 
and there's no bluetooth. Seems strange if I'm now using manufacturer's 
own drivers. sigh.

On 24/10/13 13:28, James Dafoe wrote:
 In network manager, stop your wireless.  Then, run:

 modprobe -r rt2x00pci

 Then run the install again


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

Title:
  Need support of Ralink RT3290 wifi support

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

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


[Bug 1189721] Re: Ralink RT3290 needs bluetooth driver

2013-10-24 Thread David Samuels
Thanks James -- worked a treat. I just have to remember the removal
process when this gets into the kernel (how would I know)?

PS mv line should be:

sudo mv rtbth-3.9.3.dkms.tar.gz /usr/src

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

Title:
  Ralink RT3290 needs bluetooth driver

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

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


Re: [Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2013-10-23 Thread David Samuels
James

Sorry to be a nuisance, but I'm not all that well-versed in the ways of 
Ubuntu and find that untar is not a known command. Could you please 
give me chapter and verse (i.e. a list of commands) to allow me to do 
all of this? My user name is david.

Thanks

David

On 22/10/13 02:06, James Dafoe wrote:
 Found another possible workaround if you want to use vendor's
 proprietary drivers. Someone over at archlinux created a patch for
 mediatek's driver: https://aur.archlinux.org/packages/rt3290sta-
 dkms/?setlang=ru

 Original Driver:   
 http://www.mediatek.com/_en/07_downloads/01-1_windowsDetail.php?sn=5033
 Patch:   
 https://www.dropbox.com/s/v0kaibq0f4to0k2/rt3290sta.patch

 I wrapped it up into DKMS so it can easily get rebuilt on kernel
 upgrades. Download and untar into /usr/src and then run:

 dkms install -m rt3290sta -v 2.6.0.0
 modprobe rt3290sta

 This will:
 1 - Add it to DKMS tree
 2 - Build the rt3290sta driver with the patch
 2 - Install it to the kernel driver tree
 3 - Blacklist original kernel drivers rt2x00pci  rt2800pci from loading by 
 creating /etc/modprobe.d/blacklist-ralink.conf

 To remove:
 dkms remove t3290sta/2.6.0.0 -all

 ** Attachment added: rt3290sta-2.6.0.0.dkms.tar.gz
 
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1049466/+attachment/3886782/+files/rt3290sta-2.6.0.0.dkms.tar.gz


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

Title:
  Need support of Ralink RT3290 wifi support

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

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


Re: [Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2013-10-22 Thread David Samuels
Guess what? An automatic Kernel update this morning (presumably to fix 
some other problem) wiped out all that hard work. At least I only had to 
re-install what I did yesterday and didn't have to rebuild it all!

This is on HP Pavilion dm1 4300sa.

David

On 19/10/13 17:14, James Dafoe wrote:
 For those on Ubuntu 13.10 with kernel 3.11, problem is caused by changes
 to rt2x00pci kernel module:
 https://bugzilla.kernel.org/show_bug.cgi?id=61621. Patch has been
 submitted to kernel developers:
 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/net/wireless/rt2x00/rt2x00pci.c?id=9483f40d8d01918b399b4e24d0cdb0afffeb.
 To get it to work before those changes are included in Ubuntu, rebuild
 the kernel with the patch:


 Rebuild kernel with patch:
 
 apt-get source linux-image-$(uname -r)
 sudo apt-get build-dep linux-image-$(uname -r)
 cd linux-3.11.0
 patch -p1  ../rt2x00pci.diff
 fakeroot debian/rules clean
 fakeroot debian/rules binary-headers binary-generic


 Install:
 
 cd ..
 sudo dpkg -i linux-headers*
 sudo dpkg -i linux-image*
 sudo reboot


 Copy everything between = to rt2x00pci.diff

 ==
 diff --git a/drivers/net/wireless/rt2x00/rt2x00pci.c 
 b/drivers/net/wireless/rt2x00/rt2x00pci.c
 index 76d95de..dc49e52 100644
 --- a/drivers/net/wireless/rt2x00/rt2x00pci.c
 +++ b/drivers/net/wireless/rt2x00/rt2x00pci.c
 @@ -105,13 +105,11 @@ int rt2x00pci_probe(struct pci_dev *pci_dev, const 
 struct rt2x00_ops *ops)
   goto exit_release_regions;
   }
   
 - pci_enable_msi(pci_dev);
 -
   hw = ieee80211_alloc_hw(sizeof(struct rt2x00_dev), ops-hw);
   if (!hw) {
   rt2x00_probe_err(Failed to allocate hardware\n);
   retval = -ENOMEM;
 - goto exit_disable_msi;
 + goto exit_release_regions;
   }
   
   pci_set_drvdata(pci_dev, hw);
 @@ -152,9 +150,6 @@ exit_free_reg:
   exit_free_device:
   ieee80211_free_hw(hw);
   
 -exit_disable_msi:
 - pci_disable_msi(pci_dev);
 -
   exit_release_regions:
   pci_release_regions(pci_dev);
   
 @@ -179,8 +174,6 @@ void rt2x00pci_remove(struct pci_dev *pci_dev)
   rt2x00pci_free_reg(rt2x00dev);
   ieee80211_free_hw(hw);
   
 - pci_disable_msi(pci_dev);
 -
   /*
* Free the PCI device data.
*/
 ==

 ** Bug watch added: Linux Kernel Bug Tracker #61621
 http://bugzilla.kernel.org/show_bug.cgi?id=61621


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

Title:
  Need support of Ralink RT3290 wifi support

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

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


Re: [Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2013-10-21 Thread David Samuels
James

After a 3-hour rebuild, all is now well -- my HP Pavilion can now 
connect to the wifi network without constant hunting and failures. I 
wish I'd thought of replacing the current rt3290.bin with the one we 
built to solve the original problem, though; I could have saved the 3 
hours because I always keep copies of things like that.

Cheers

David

On 20/10/13 18:43, James Dafoe wrote:
 Sorry, realized by copying/pasting patch into comments, it got messed
 up. I attached it instead

 ** Patch added: rt2x00pci.patch
 
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1049466/+attachment/3885251/+files/rt2x00pci.patch


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

Title:
  Need support of Ralink RT3290 wifi support

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

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


Re: [Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2013-08-30 Thread David Samuels
What with this and the Nautilus-gvfs bug #1075923, Ubuntu is proving a 
bit of a trial just now. Will the position improve? Who knows.

On 30/08/13 08:11, Carlo Martini wrote:
 The new Ubuntu is one month away and many of us are still having an
 extremly unusable connection with this card... No solution in sight?


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

Title:
  Need support of Ralink RT3290 wifi support

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-08-06 Thread David Samuels
I've just installed Krusader to use as an alternative file handler when
network access is required. It seems to work fine with my NAS, copying
large directories (3 GB+) of photos (4 - 5 MB each) without trouble
(although it does slow a bit towards the end). It will do until the gvfs
problem is solved.

Before this solution, I played with Fedora 19.1 but it had the same
problem so I didn't switch.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


Re: [Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2013-08-02 Thread David Samuels
And I still can't turn off the wireless adapter or turn on bluetooth.

David

On 31/07/13 23:32, C.H wrote:

Hi everyone ! I tried everything but I have the same slow signal 
problem... Anyone has a new idea on how to fix that ? Thanks a lot ;) 
Cedric.

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

Title:
  Need support of Ralink RT3290 wifi support

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

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


[Bug 1174875] [NEW] Mahjongg 3.8 scoring broken in 13.04

2013-04-30 Thread David Samuels
Public bug reported:

I have just upgraded 3 machines from Quantal to Raring and find that the
way mahjongg saves scores are saved and reported have changed and become
useless. Instead of saving/displaying scores in ranking order (i.e. name
and fastest time at the head of the list), now only the date and time
are displayed and those are in play order (i.e. latest date and time
taken at the bottom and thus often out of view) . I note that the now
useless scores are held in a new file in a different directory to
previous versions (now home/.local/share/gnome-mahjongg instead of
/var/games). This makes it impossible for different users sharing a
machine to compete.

Bad idea. Please put it back the way it was.

** Affects: 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/1174875

Title:
  Mahjongg 3.8 scoring broken in 13.04

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

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


Re: [Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2013-04-21 Thread David Samuels
Casper

It doesn't appear with ifconfig for me either but I know it's working
because the output from ifconfig shows the details of all connections
including connection wlan0 (and shows the network SSID).

My HP Pavilion dm1 4300sa is shown by ifconfig as being connected to both
eth0 and wlan0; when the ethernet cable is connected, the wireless
automatically disconnects and when I disconnect the cable, the wireless
starts almost immediately. Anyway, if I'm listening to an audio stream, it
breaks momentarily and then picks up again on the other connection. It does
this both ways.

Best

David


On 21 April 2013 12:08, casper cas...@casperland.net wrote:

 Hello,
   I tryed also how it' s explained here :
 https://wiki.ubuntu.com/Testing/EnableProposed , but no difference, my
 ralink don' t appear with ifconfig -a

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1086650).
 https://bugs.launchpad.net/bugs/1049466

 Title:
   Need support of Ralink RT3290 wifi support

 Status in “linux” package in Ubuntu:
   Fix Released
 Status in “linux-firmware” package in Ubuntu:
   Fix Released
 Status in “linux” source package in Precise:
   Invalid
 Status in “linux-firmware” source package in Precise:
   Won't Fix
 Status in “linux” source package in Quantal:
   Invalid
 Status in “linux-firmware” source package in Quantal:
   Won't Fix
 Status in “linux” source package in Raring:
   Fix Released
 Status in “linux-firmware” source package in Raring:
   Fix Released
 Status in “linux” package in Baltix:
   Confirmed

 Bug description:
   RT3290 wifi chip is becoming common on consumer notebooks. Its support
   starts from 3.6 so support on 12.10 may need lbm-cw.

   commit a89534edaaa7008992b878680490e9b02a665563
   Author: Woody Hung woody.h...@mediatek.com
   Date:   Wed Jun 13 15:01:16 2012 +0800

   rt2x00 : RT3290 chip support v4

   This patch support the new chipset rt3290 wifi implementation in
 rt2x00.
   It initailize the related mac, bbp and rf register in startup phase.
   And this patch modify the efuse read/write method for the different
 efuse data offset of rt3290.

   Signed-off-by: Woody Hung woody.h...@mediatek.com
   Signed-off-by: John W. Linville linvi...@tuxdriver.com

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


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

Title:
  Need support of Ralink RT3290 wifi support

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

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

Re: [Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2013-04-21 Thread David Samuels
Carlo

I have it working under 12.10 (using the fixes described in #8). When I run
iwconfig, I get the following output:

wlan0 IEEE 802.11bgn  ESSID:ElephantAtCairo
  Mode:Managed  Frequency:2.437 GHz  Access Point:
A0:21:B7:DF:0E:29
  Bit Rate=1 Mb/s   Tx-Power=20 dBm
  Retry  long limit:7   RTS thr:off   Fragment thr:off
  Power Management:off
  Link Quality=63/70  Signal level=-47 dBm
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:27  Invalid misc:535   Missed beacon:0

The main difference (apart from bit rate and quality) is that for me, power
management is off.

David


On 21 April 2013 15:17, Carlo Martini 1049...@bugs.launchpad.net wrote:

 Hello,
 I posted today in Ubuntu Forums about this card:
 http://ubuntuforums.org/showthread.php?t=2137576

 I managed to get it working on Ubuntu 13.04 before this linux-firmware
 update, but only badly: http://ubuntuforums.org/showthread.php?t=2137576

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1086650).
 https://bugs.launchpad.net/bugs/1049466

 Title:
   Need support of Ralink RT3290 wifi support

 Status in “linux” package in Ubuntu:
   Fix Released
 Status in “linux-firmware” package in Ubuntu:
   Fix Released
 Status in “linux” source package in Precise:
   Invalid
 Status in “linux-firmware” source package in Precise:
   Won't Fix
 Status in “linux” source package in Quantal:
   Invalid
 Status in “linux-firmware” source package in Quantal:
   Won't Fix
 Status in “linux” source package in Raring:
   Fix Released
 Status in “linux-firmware” source package in Raring:
   Fix Released
 Status in “linux” package in Baltix:
   Confirmed

 Bug description:
   RT3290 wifi chip is becoming common on consumer notebooks. Its support
   starts from 3.6 so support on 12.10 may need lbm-cw.

   commit a89534edaaa7008992b878680490e9b02a665563
   Author: Woody Hung woody.h...@mediatek.com
   Date:   Wed Jun 13 15:01:16 2012 +0800

   rt2x00 : RT3290 chip support v4

   This patch support the new chipset rt3290 wifi implementation in
 rt2x00.
   It initailize the related mac, bbp and rf register in startup phase.
   And this patch modify the efuse read/write method for the different
 efuse data offset of rt3290.

   Signed-off-by: Woody Hung woody.h...@mediatek.com
   Signed-off-by: John W. Linville linvi...@tuxdriver.com

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


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

Title:
  Need support of Ralink RT3290 wifi support

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

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

Re: [Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2013-03-09 Thread David Samuels
Albert:

The link to the official drivers only lists an RT3290 Windows driver for
PCIe and I'm running Quantal on an HP Pavilion dm1 which is amd64; also,
the discussion link was for RT3562 on Oneiric. As a result, I am a little
reluctant to try what may cause more trouble. As things stand, I have
wireless when needed and no bluetooth (which I don't need anyway).


On 8 March 2013 07:50, Albert 1049...@bugs.launchpad.net wrote:

 Just try to install the official driver.
 You can find on this website.
 http://www.mediatek.com/_en/07_downloads/01_windows.php?sn=501

 See the discussion below to get help.
 http://ubuntuforums.org/showthread.php?t=1850267

 ubuntu12.04 ralink3290

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1086650).
 https://bugs.launchpad.net/bugs/1049466

 Title:
   Need support of Ralink RT3290 wifi support

 Status in “linux” package in Ubuntu:
   Triaged
 Status in “linux-firmware” package in Ubuntu:
   Confirmed
 Status in “linux” source package in Precise:
   Triaged
 Status in “linux-firmware” source package in Precise:
   Confirmed
 Status in “linux” source package in Quantal:
   Triaged
 Status in “linux-firmware” source package in Quantal:
   Confirmed

 Bug description:
   RT3290 wifi chip is becoming common on consumer notebooks. Its support
   starts from 3.6 so support on 12.10 may need lbm-cw.

   commit a89534edaaa7008992b878680490e9b02a665563
   Author: Woody Hung woody.h...@mediatek.com
   Date:   Wed Jun 13 15:01:16 2012 +0800

   rt2x00 : RT3290 chip support v4

   This patch support the new chipset rt3290 wifi implementation in
 rt2x00.
   It initailize the related mac, bbp and rf register in startup phase.
   And this patch modify the efuse read/write method for the different
 efuse data offset of rt3290.

   Signed-off-by: Woody Hung woody.h...@mediatek.com
   Signed-off-by: John W. Linville linvi...@tuxdriver.com

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


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

Title:
  Need support of Ralink RT3290 wifi support

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

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

Re: [Bug 1049466] Re: Need support of Ralink RT3290 wifi support ELSE !

2013-02-21 Thread David Samuels
Thanks, Tim. I'm having some difficulty getting this. I've followed the
instructions on the page for including the ppa but I can't see how to get
the package. Updater doesn't find it, nor does Software Update. Also,
linux-generic-lts-raring
is not listed on the page.

Cheers

David


On 20 February 2013 12:23, Tim Gardner tim.gard...@canonical.com wrote:

 Y'all can try the 3.8 based kernel at
 https://launchpad.net/~ubuntu-x-swat/+archive/r-lts-backport. Install
 the package linux-generic-lts-raring.

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1086650).
 https://bugs.launchpad.net/bugs/1049466

 Title:
   Need support of Ralink RT3290 wifi support ELSE !

 Status in “linux” package in Ubuntu:
   Triaged
 Status in “linux-firmware” package in Ubuntu:
   Confirmed
 Status in “linux” source package in Precise:
   Triaged
 Status in “linux-firmware” source package in Precise:
   Confirmed
 Status in “linux” source package in Quantal:
   Triaged
 Status in “linux-firmware” source package in Quantal:
   Confirmed

 Bug description:
   RT3290 wifi chip is becoming common on consumer notebooks. Its support
   starts from 3.6 so support on 12.10 may need lbm-cw.

   commit a89534edaaa7008992b878680490e9b02a665563
   Author: Woody Hung woody.h...@mediatek.com
   Date:   Wed Jun 13 15:01:16 2012 +0800

   rt2x00 : RT3290 chip support v4

   This patch support the new chipset rt3290 wifi implementation in
 rt2x00.
   It initailize the related mac, bbp and rf register in startup phase.
   And this patch modify the efuse read/write method for the different
 efuse data offset of rt3290.

   Signed-off-by: Woody Hung woody.h...@mediatek.com
   Signed-off-by: John W. Linville linvi...@tuxdriver.com

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


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

Title:
  Need support of Ralink RT3290 wifi support ELSE !

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

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

Re: [Bug 1049466] Re: Need support of Ralink RT3290 wifi support ELSE !

2013-02-21 Thread David Samuels
Following my last: I followed the instructions I found at
http://www.distrogeeks.com/install-linux-kernel-3-8-raring-ubuntu/2/ and,
after a second reboot, the wireless seems to work (as it did with 3.6.6)
but:

1. The wireless on/off switch doesn't function; if I unplug the ethernet
connection, the wireless connection takes over seemlessly, and
2. There's no bluetooth at all -- no adapter is found. Before, it was
toggled by the wirless switch.

Regards

David


On 20 February 2013 12:23, Tim Gardner tim.gard...@canonical.com wrote:

 Y'all can try the 3.8 based kernel at
 https://launchpad.net/~ubuntu-x-swat/+archive/r-lts-backport. Install
 the package linux-generic-lts-raring.

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1086650).
 https://bugs.launchpad.net/bugs/1049466

 Title:
   Need support of Ralink RT3290 wifi support ELSE !

 Status in “linux” package in Ubuntu:
   Triaged
 Status in “linux-firmware” package in Ubuntu:
   Confirmed
 Status in “linux” source package in Precise:
   Triaged
 Status in “linux-firmware” source package in Precise:
   Confirmed
 Status in “linux” source package in Quantal:
   Triaged
 Status in “linux-firmware” source package in Quantal:
   Confirmed

 Bug description:
   RT3290 wifi chip is becoming common on consumer notebooks. Its support
   starts from 3.6 so support on 12.10 may need lbm-cw.

   commit a89534edaaa7008992b878680490e9b02a665563
   Author: Woody Hung woody.h...@mediatek.com
   Date:   Wed Jun 13 15:01:16 2012 +0800

   rt2x00 : RT3290 chip support v4

   This patch support the new chipset rt3290 wifi implementation in
 rt2x00.
   It initailize the related mac, bbp and rf register in startup phase.
   And this patch modify the efuse read/write method for the different
 efuse data offset of rt3290.

   Signed-off-by: Woody Hung woody.h...@mediatek.com
   Signed-off-by: John W. Linville linvi...@tuxdriver.com

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


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

Title:
  Need support of Ralink RT3290 wifi support ELSE !

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

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

Re: [Bug 1049466] Re: Need support of Ralink RT3290 wifi support ELSE !

2013-02-21 Thread David Samuels
Thanks again, Tim. That got and installed 3.8.0.7. The position is the same
as I reported at 12.41. At least the system seems stable.

David


On 21 February 2013 12:36, Tim Gardner tim.gard...@canonical.com wrote:

 from a command line prompt, enter :

 sudo add-apt-repository ppa:ubuntu-x-swat/r-lts-backport
 sudo apt-get update
 sudo apt-get install linux-generic-lts-raring

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1086650).
 https://bugs.launchpad.net/bugs/1049466

 Title:
   Need support of Ralink RT3290 wifi support ELSE !

 Status in “linux” package in Ubuntu:
   Triaged
 Status in “linux-firmware” package in Ubuntu:
   Confirmed
 Status in “linux” source package in Precise:
   Triaged
 Status in “linux-firmware” source package in Precise:
   Confirmed
 Status in “linux” source package in Quantal:
   Triaged
 Status in “linux-firmware” source package in Quantal:
   Confirmed

 Bug description:
   RT3290 wifi chip is becoming common on consumer notebooks. Its support
   starts from 3.6 so support on 12.10 may need lbm-cw.

   commit a89534edaaa7008992b878680490e9b02a665563
   Author: Woody Hung woody.h...@mediatek.com
   Date:   Wed Jun 13 15:01:16 2012 +0800

   rt2x00 : RT3290 chip support v4

   This patch support the new chipset rt3290 wifi implementation in
 rt2x00.
   It initailize the related mac, bbp and rf register in startup phase.
   And this patch modify the efuse read/write method for the different
 efuse data offset of rt3290.

   Signed-off-by: Woody Hung woody.h...@mediatek.com
   Signed-off-by: John W. Linville linvi...@tuxdriver.com

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


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

Title:
  Need support of Ralink RT3290 wifi support ELSE !

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

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

[Bug 454256] Re: Unable to authenticate as user 'root' (I have added a password) OR as current user (account has no password due to end user preference)

2009-12-11 Thread David Samuels
*** This bug is a duplicate of bug 393854 ***
https://bugs.launchpad.net/bugs/393854

Michael:

I found the same problem with a machine on which Karmic had been clean-
installed and I, too, like to have a login for root. On another
machine, where I had set up a root login previously in Intrepid, the
root login is still available after upgrading to Karmic.

-- 
Unable to authenticate as user 'root' (I have added a password) OR as current 
user (account has no password due to end user preference)
https://bugs.launchpad.net/bugs/454256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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