I just bought a new Toshiba system, and before installing Ubuntu, I tried it out on a live CD. Unfortunately, Ubuntu doesn't recognize any wireless adapter.
$ sudo lshw -c network
*-network UNCLAIMED
description: Network controller
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: ioport:3000(size=256) memory:c2400000-c2403fff
From the above output, I think that my Realtek wireless chip is unrecognized as what it is. But in my experience, all the Realtek devices worked out of the box. Furthermore, regardless of the manufacturer even if the appropriate drivers were not available, at least the devices were recognized for what it is properly.
Additional Drivers does not detect any proprietary drivers for me to install. (I have yet to install Ubuntu, and ran Additional Drivers after updating repository lists)
Wireless works on Windows 7 after installing necessary drivers. That is to say, there is no problem with the hardware, I'm befuddled why the hardware is not recognized at all (refer to the lshw
output above). As far as I am aware, even hardwares requiring proprietary drivers to function would at least be recognized in lshw
output and such.
lspci -nn | grep Network
shows:
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8723]
modprobe
is only necessary on LiveCD; after reboot on a system it's automatic. – ish Jul 17 '12 at 07:22make install
will be enough? That's great. If all Linux drivers are as straight forward (straight forward to command line users, that is) to upgrade, then it isn't so painful as I've heard it to be. Thank you very much for all the help, really thank you. Bounty can only be awarded after 8 more hours though. – Oxwivi Jul 17 '12 at 07:32sudo make install
:) As for ease of upgrading, Realtek is generally fairly painless (can't say that for all, especially ones that don't open-source like Broadcom). I expect they (Realtek/kernel team) will put the 8273 driver in the kernel soon, meaning it will be built-in Ubuntu in the next few months, making this whole procedure unnecessary. You're very welcome; whenever you can get to the bounty is fine, no hurry; in the meanwhile, if you have any other questions please feel free to ask. Enjoy the new laptop! – ish Jul 17 '12 at 07:41make
when i got an error infunction _rtl_init_mac80211
ofIEEE80211_HW_BEACON_FILTER
not being declared. I just commented that line, it should be at 320. – eLRuLL Feb 27 '13 at 04:18