| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 2 months |
| seen | May 6 at 10:02 | |
| stats | profile views | 154 |
"If a man is offered a fact which goes against his instincts, he will scrutinize it closely, and unless the evidence is overwhelming, he will refuse to believe it. If, on the other hand, he is offered something which affords a reason for acting in accordance to his instincts, he will accept it even on the slightest evidence."
-Russell
|
May 16 |
comment |
How can I play mp4 files from a USB live iso? I thought this was, sorry. Always has been a general thing in the past. This post is marked as 'solved' for what it's worth. Hope it's some help. |
|
May 16 |
answered | How can I play mp4 files from a USB live iso? |
|
May 16 |
comment |
Need a MP3 ID3 tagger, and cover fetcher +1 - Good suggestion. It has a few quirks but is the best I've used in GNU/Linux. |
|
May 16 |
comment |
Broadcom STA wireless driver frezees Take a look at this Q&A, especially down towards the end with the link regarding blacklisting. |
|
May 16 |
comment |
Wireless connection get disconnected and then gets connected for a few times after booting @Arindom: Good to hear. |
|
May 16 |
comment |
Wireless connection get disconnected and then gets connected for a few times after booting Well, I'm stumped. I suspect you may have to blacklist some modules but as I don't have an Ubuntu box handy I think I should leave this to the experts. Sorry I couldn't be of assistance. In the meantime you may want to take a look at ubuntuforums.org. |
|
May 16 |
revised |
Wireless connection get disconnected and then gets connected for a few times after booting b43 driver instructions; deleted 6 characters in body |
|
May 16 |
comment |
Wireless connection get disconnected and then gets connected for a few times after booting Is there an option to use the Broadcom B43 wireless driver? |
|
May 16 |
revised |
Wireless connection get disconnected and then gets connected for a few times after booting firmware bit added |
|
May 16 |
answered | Wireless connection get disconnected and then gets connected for a few times after booting |
|
May 16 |
comment |
Wireless connection get disconnected and then gets connected for a few times after booting OK great. So now we know your WiFi chipset, namely BCM4312. I'll post up how to get things working as an answer. |
|
May 16 |
comment |
Wireless connection get disconnected and then gets connected for a few times after booting This is a good post detailing how to find such info. It's not important what router you have but rather what WiFi adapter you have (inside the computer or as a USB adapter). In your case opening a terminal and doing sudo lspci -nn or sudo lsusb if you have a USB WiFi adapter will give some more information. |
|
May 16 |
comment |
Skip hitting enter at the boot option and directly boot the system +1 - For StartUpManager. More info here. |
|
May 16 |
comment |
Wireless connection get disconnected and then gets connected for a few times after booting What type of chipset is in the wifi adapter you have? |
|
May 16 |
comment |
How do I tell the computer to try and connect to wireless networks? Is this a new install? |
|
May 16 |
answered | How do I tell the computer to try and connect to wireless networks? |
|
May 16 |
comment |
Ubuntu upgrade to 11.04 from 10.10 no options What type of graphics card do you have? What type of wifi adapter do you have? |
|
May 16 |
comment |
How do I boot a minimal CD ISO from a USB stick and use a wireless driver I imagine the Apple one will work but it'll just be over-priced. You could maybe ask at the store. |
|
May 16 |
comment |
second NTFS partition not reachable in 10.10 and in 11.04 It's probably worth making a /etc/fstab entry for the NTFS partition you need. (E.g. /dev/sda2 /media/windows ntfs-3g defaults,locale=en_US.utf8 0 0). For this to work you need to first do sudo mkdir /media/windows. Better than /dev/sda2 (which is what I'm guessing the partition number is) is to use the UUID. This can be found by doing sudo blkid. More info here. |
|
May 15 |
answered | Decrease GRUB timeout |