Thursday, May 2, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1375  / 1 Year ago, sun, december 18, 2022, 12:13:03

Keep in mind, I'm a complete newb who has never installed before.



My computer is a standard Acer Aspire 5000 (from 2006) and was wondering if anybody else has done this install and can tell me if anything went wrong... like no wireless internet connection, or being really slow, etc...


More From » system-installation

 Answers
6

Try it. The standard Ubuntu CD can be booted to and you can test it out before you install anything.



The wireless is a Broadcom BCM4318 and that should be supported by the b43 driver but you'll need the firmware-b43-installer to get it working which will mean you need a cable plugged in for part of the installation process:



sudo apt-get update
sudo apt-get install firmware-b43-installer


Again you can test that in the LiveCD without harming the computer. You'll need to reload the driver though (rebooting isn't an option, for obvious reasons):



sudo modprobe -r b43 bcma
sudo modprobe b43





I do appreciate this is probably all Greek and does nothing to lessen the image that you need to use the command line to deal with Linux, but it's an old computer with only old, ropey drivers available... Sometimes a bit of copying and pasting is a necessary evil.


[#29076] Sunday, December 18, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
amencisiv

Total Points: 9
Total Questions: 102
Total Answers: 118

Location: Tajikistan
Member since Tue, Mar 21, 2023
1 Year ago
;