[Bug 403455] Re: Intel 5300 wifi dies randomly

2009-12-19 Thread tpkuester
I can confirm this happens with my laptop as well. Removing and
modprobing iwlagn solves the problem.

I'm on an HP Elitebook 6930p.

Please let me know if I can contribute any more information to solve
this.

r...@miguel:~# lspci | grep -i wireless
03:00.0 Network controller: Intel Corporation Wireless WiFi Link 5300
r...@miguel:~# uname -a
Linux miguel 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:02:15 UTC 2009 
x86_64 GNU/Linux
r...@miguel:~# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION=Ubuntu 9.10

-- 
Intel 5300 wifi dies randomly
https://bugs.launchpad.net/bugs/403455
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


[Bug 387282] Re: intel 5300 wireless is disabled

2009-12-19 Thread tpkuester
For reference, this bug appears to have the exact same symptoms I'm
experiencing here:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/403455

I would feel safe linking them or marking this a duplicate.

-- 
intel 5300 wireless is disabled
https://bugs.launchpad.net/bugs/387282
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


[Bug 420424] Re: [Hewlett-Packard HP EliteBook 6930p] suspend/resume failure

2009-11-01 Thread tpkuester
To those who have noted that blacklisting the driver helped fix the
problem, are you currently on an EliteBook 6930p? Or are you using
another operating system?

I'm trying to decide if this needs to be made into a more meaningful bug
-- ie: ricoh_mmc driver breaks suspend / resume

-- 
[Hewlett-Packard HP EliteBook 6930p] suspend/resume failure
https://bugs.launchpad.net/bugs/420424
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


[Bug 420424] Re: [Hewlett-Packard HP EliteBook 6930p] suspend/resume failure

2009-10-26 Thread tpkuester
First, open a terminal as root and type rmmod ricoh_mmc. Try
suspending your computer to see if it resumes ok. If it does, make the
change permanent.

Run this command:
gksu gedit /etc/modprobe.d/blacklist.conf

Add this at the end of the file:

# Blacklisting until a bugfix comes out that
# lets me suspend my laptop
blacklist ricoh_mmc

-- 
[Hewlett-Packard HP EliteBook 6930p] suspend/resume failure
https://bugs.launchpad.net/bugs/420424
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


[Bug 420424] Re: [Hewlett-Packard HP EliteBook 6930p] suspend/resume failure

2009-10-25 Thread tpkuester
Currently using Ubuntu 9.10 RC on a HP 6930p with up to date everything,
no ATI drivers.

I also had this problem.

Reading around, I found someone who had the same problem, and noted
about memory cards in the MMC slot.

After removing my MMC, the computer suspended successfully, but would
not resume.

After blacklisting the ricoh_mmc mod the resume works (to some extent.)

Googling ricoh_mmc suspend shows that there are apparently some
problems with this... It may be in the fixes.

This bug may also be related to #454831.

Hope this all helps.

-- 
[Hewlett-Packard HP EliteBook 6930p] suspend/resume failure
https://bugs.launchpad.net/bugs/420424
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


[Bug 454831] Re: [Hewlett-Packard HP EliteBook 6930p] suspend okay, resume failure

2009-10-25 Thread tpkuester
*** This bug is a duplicate of bug 420424 ***
https://bugs.launchpad.net/bugs/420424

** This bug has been marked a duplicate of bug 420424
   [Hewlett-Packard HP EliteBook 6930p] suspend/resume failure

-- 
[Hewlett-Packard HP EliteBook 6930p] suspend okay, resume failure
https://bugs.launchpad.net/bugs/454831
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


[Bug 177767] /etc/resolv.conf is missing in fresh server install

2007-12-20 Thread tpkuester
Public bug reported:

From a fresh install of 7.10 server (x86)...

Selected to Configure network later.
Selected LAMP, OpenSSH, Samba for optional software.

Booted--no issuses.
Edited /etc/network/interfaces to contain

---
auto eth0
iface eth0 inet static
address 192.168.1.50
netmask 255.255.255.0
gateway 192.168.1.1
---

ran /etc/init.d/networking restart to cycle the interfaces. eth0 came up
and appeared to be configured correctly.

Pinged google.com, no response. Pinged 192.168.1.1 -- received a
response.

Used dhclient for DHCP services to make sure I didn't configure
something incorrectly, and it said something about /etc/resolv.conf --
which I don't remember. I pinged google.com again, with no success.

ls /etc | grep resolv # apparently, /etc/resolv.conf didn't exist
touch /etc/resolv.conf # lets make it
dhclient eth0

Now I can ping google.com and other various sites.

Update:
It was also noted here with Dapper Drake
http://ubuntuforums.org/archive/index.php/t-282042.html

Reading that article, I can assure that the cause was a missing
resolv.conf file -- not a firewall or any other issues.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: dns missing resolv

** Description changed:

  From a fresh install of 7.10 server (x86)...
  
  Selected to Configure network later.
  Selected LAMP, OpenSSH, Samba for optional software.
  
  Booted--no issuses.
  Edited /etc/network/interfaces to contain
  
  ---
  auto eth0
  iface eth0 inet static
  address 192.168.1.50
  netmask 255.255.255.0
  gateway 192.168.1.1
  ---
  
  ran /etc/init.d/networking restart to cycle the interfaces. eth0 came up
  and appeared to be configured correctly.
  
  Pinged google.com, no response. Pinged 192.168.1.1 -- received a
  response.
  
  Used dhclient for DHCP services to make sure I didn't configure
  something incorrectly, and it said something about /etc/resolv.conf --
  which I don't remember. I pinged google.com again, with no success.
  
  ls /etc | grep resolv # apparently, /etc/resolv.conf didn't exist
  touch /etc/resolv.conf # lets make it
  dhclient eth0
  
  Now I can ping google.com and other various sites.
  
- This seems like a bug to me. Did I do something wrong?
+ Update:
+ It was also noted here with Dapper Drake
+ http://ubuntuforums.org/archive/index.php/t-282042.html
+ 
+ Reading that article, I can assure that the cause was a missing
+ resolv.conf file -- not a firewall or any other issues.

** Tags added: dns missing resolv

-- 
/etc/resolv.conf is missing in fresh server install
https://bugs.launchpad.net/bugs/177767
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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