SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2012-11-17 23:22:55

Phoenix Wright
New Member
Registered: 2012-11-17
Posts: 5

[solved] Toshiba wireless driver

hey if some one could help me get my wifi going on my toshiba l670 -02k that would be awesome i believe its a realtek driver but i could be wrong

Last edited by Phoenix Wright (2012-11-18 01:06:11)

Offline

Help fund CrunchBang, donate to the project!

#2 2012-11-17 23:35:16

Larsantos
Member
Registered: 2012-04-17
Posts: 15

Re: [solved] Toshiba wireless driver

Run the command

lspci

on a terminal and note (or copy/paste) the wireless information.

Here is mine as an example:

larsantos@NB520:~$ lspci
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge (rev 02)
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller (rev 02)
00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
07:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
larsantos@NB520:~$ 

Mine wireless adapter worked well out-of-the-box so I can't help much more.

Edited because of typos.

Last edited by Larsantos (2012-11-17 23:36:59)


Toshiba NB520-11V -- Linux 2.6.32-5-amd64 x86_64

Offline

#3 2012-11-17 23:39:15

Phoenix Wright
New Member
Registered: 2012-11-17
Posts: 5

Re: [solved] Toshiba wireless driver

00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
06:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)

my drivers aren't even available out of the box when i install windows 7

Offline

#4 2012-11-17 23:41:24

benginm
#! Junkie
From: Underneath!
Registered: 2012-11-11
Posts: 488

Re: [solved] Toshiba wireless driver

Hi PW!

to find out your what chipset your card is , in terminal run :

lspci | grep Network
and
sudo lshw -C Network

the last command should show your which drive is loaded and in use , look a the " configuration line: .. "
and also look if a firmware is present .

Offline

#5 2012-11-17 23:43:44

dura
Bloated Gimp
From: interzone
Registered: 2012-09-15
Posts: 2,107

Re: [solved] Toshiba wireless driver

It is not the recommended way of doing this, but you may want to try Waldorf instead, on a live usb. Waldorf may just work. It is still in testing (and hence the stable is the main #! offering). In my experience Waldorf is more stable than ubuntu or Mint.

Otherwise you may have to update your kernel anyway.

If you want to give it a try, follow this:

http://crunchbanglinux.org/wiki/statler … stallation

Edit: Sometimes it's just something more simple:

Perhaps try this first:

sudo rfkill unblock all

Last edited by dura (2012-11-17 23:45:08)

Offline

#6 2012-11-17 23:51:40

Phoenix Wright
New Member
Registered: 2012-11-17
Posts: 5

Re: [solved] Toshiba wireless driver

dura wrote:

It is not the recommended way of doing this, but you may want to try Waldorf instead, on a live usb. Waldorf may just work. It is still in testing (and hence the stable is the main #! offering). In my experience Waldorf is more stable than ubuntu or Mint.

Otherwise you may have to update your kernel anyway.

If you want to give it a try, follow this:

http://crunchbanglinux.org/wiki/statler … stallation

Edit: Sometimes it's just something more simple:

Perhaps try this first:

sudo rfkill unblock all

command rfkill not found did you mean fkill?

Offline

#7 2012-11-17 23:55:51

el_koraco
#!/loony/bun
From: inside Ed
Registered: 2011-07-25
Posts: 4,749

Re: [solved] Toshiba wireless driver

Your driver should work with either Waldorf or Statler plus BPO, you'll have to fiddle with Realtek's binary drivers on the regular Statler. Install Statler + BPO or Waldorf, and install the package firmware-realtek.

http://wiki.debian.org/rtl819x

Last edited by el_koraco (2012-11-17 23:56:04)

Offline

#8 2012-11-18 00:07:26

benginm
#! Junkie
From: Underneath!
Registered: 2012-11-11
Posts: 488

Re: [solved] Toshiba wireless driver

Phoenix Wright wrote:
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
06:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)

my drivers aren't even available out of the box when i install windows 7

Alright , so yours is " Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01) "

" RTL8188CE "  which needs the " rtl8192ce " driver

http://wiki.debian.org/rtl819x#supported-rtl8192ce

and a Non-free firmware is required , so follow step 1-2 here
http://wiki.debian.org/rtl819x#Drivers

Offline

#9 2012-11-18 00:08:43

Larsantos
Member
Registered: 2012-04-17
Posts: 15

Re: [solved] Toshiba wireless driver

The problem may be the kernel version, since the driver for the RTL8188CE wireless card was introduced only in the kernel 2.6.38-2 if I'm not mistaken.

running

uname -a

on a terminal will tell you your kernel version.


Toshiba NB520-11V -- Linux 2.6.32-5-amd64 x86_64

Offline

#10 2012-11-18 00:14:00

benginm
#! Junkie
From: Underneath!
Registered: 2012-11-11
Posts: 488

Re: [solved] Toshiba wireless driver

# it's also in Debian 3.2.0 (3.2.32-1) kernel images .

Offline

#11 2012-11-18 00:52:07

Phoenix Wright
New Member
Registered: 2012-11-17
Posts: 5

Re: [solved] Toshiba wireless driver

updating to waldorf fixed it for me on the wifi as we speak thanks guys, im pretty new to linux and i've used mint and fedora in the past but do you guyys have some links i can use to aquaint myself better with it?

Offline

#12 2012-11-18 01:04:37

Larsantos
Member
Registered: 2012-04-17
Posts: 15

Re: [solved] Toshiba wireless driver

Phoenix Wright wrote:

updating to waldorf fixed it for me on the wifi as we speak thanks guys, im pretty new to linux and i've used mint and fedora in the past but do you guyys have some links i can use to aquaint myself better with it?

I'm glad it's fixed, can you please add the word _solved_ to the title of the topics you start after solved?

Regarding links there are just too many to post them here, use the search feature on the forums and google everything you need to know, remember that #! is based on Debian, so, much of the solutions for it should work; also check this post by corenominal.

Being waldorf still in the development cycle and being a different version, may I suggest posting your question an this sub-forum?

[edit] if it was already marked solved, my apologies, didn't saw it. [/edit]

Last edited by Larsantos (2012-11-18 01:10:45)


Toshiba NB520-11V -- Linux 2.6.32-5-amd64 x86_64

Offline

#13 2012-11-18 01:14:07

dura
Bloated Gimp
From: interzone
Registered: 2012-09-15
Posts: 2,107

Re: [solved] Toshiba wireless driver

Best way to learn is by doing. You're on the right road. smile

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo