SliTaz SliTaz Forum

You are not logged in.

#1 2012-06-30 10:25:53

Epimenide
Member
Registered: 2012-06-30
Posts: 4

Wireless - Realtek 8193

Hi,

I've installed SliTaz 4 on an Acer mini PC, and the WiFi hardware isn't detected at all: on European forums it looks like it's using a Ralink 3090 chip, but all my attempts to work on that basis have failed (the model has been bought in US, though).

What I get is:

root@slitaz:/home/tux# lspci | grep Net

02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8193

02:00.1 Network controller: Realtek Semiconductor Co., Ltd. Device 8193 (rev 01)

(yes, two of them, it seems the separate b/g from n)

I haven't been able to work out the module I need: on the net there's also quite a big confusion between 8193 & 8139, in the few forums I've found references to 8193 the replies talk about 8139!

Can anyone shed any light on it?

TIA

Offline

#2 2012-06-30 10:34:52

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Wireless - Realtek 8193

Post the output:

lspci -nn

Online

#3 2012-06-30 11:50:35

Epimenide
Member
Registered: 2012-06-30
Posts: 4

Re: Wireless - Realtek 8193

Hi Mojo,

here it is!

[c]

tux@slitaz:~$ lspci -nn

00:00.0 Host bridge [0600]: Intel Corporation N10 Family DMI Bridge [8086:a000]

00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a001]

00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)

00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02)

00:1c.2 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 3 [8086:27d4] (rev 02)

00:1c.3 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 4 [8086:27d6] (rev 02)

00:1d.0 USB controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 [8086:27c8] (rev 02)

00:1d.1 USB controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02)

00:1d.2 USB controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02)

00:1d.3 USB controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02)

00:1d.7 USB controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02)

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)

00:1f.0 ISA bridge [0601]: Intel Corporation NM10 Family LPC Controller [8086:27bc] (rev 02)

00:1f.2 IDE interface [0101]: Intel Corporation N10/ICH7 Family SATA IDE Controller [8086:27c0] (rev 02)

00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 02)

02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8193]

02:00.1 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8193] (rev 01)

03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 06)

[/c]

Thanks!

Offline

#4 2012-06-30 12:31:20

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Wireless - Realtek 8193

Chipset Identification:

02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8193]

10ec:8193 => http://cateee.net/lkddb/web-lkddb/RTL8192DE.html

Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter

found in Linux kernels: 3.1–3.4, 3.5-rc+HEAD

modules built: rtl8192de

Slitaz-4.0

Linux slitaz 2.6.37-slitaz #2 SMP Wed Mar 7 10:36:39 CET 2012 i686 GNU/Linux

is older than 3.1 so it has no rtl8193de driver included in it's source.

Compat-wireless are some of the latest wireless drivers included in the newest kernel adapted to compile on the older 2.6 kernel. The rtl8192de driver is included in the rtlwifi bundle.

All commands as root in terminal:

[c]tazpkg -gi slitaz-toolchain[/c]

[c]tazpkg -gi linux-source[/c]

[c]get-linux-source[/c]

[c]wget http://linuxwireless.org/download/compat-wireless-2.6/compat-wireless.tar.bz2[/c]

[c]tar jxvf compat-wireless.tar.bz2[/c]

cd into the extracted folder compat-wireless-xxxx-xx-xx

The folder name is appended with download date.

[c]cd compat-wireless-2012-06-29[/c]

[c]./scripts/driver-select rtlwifi[/c]

[c]make[/c]

[c]make install[/c]

[c]wget http://people.slitaz.org/~mojo/stuff/firmware-rtlwifi-20120625.tazpkg[/c]

[c]tazpkg install firmware-rtlwifi-20120625.tazpkg[/c]

[c]modprobe rtl8192de[/c]

Applications/System Tools/Wifi configuration

Reference: http://linuxwireless.org/en/users/Download

Online

#5 2012-07-03 10:37:00

Epimenide
Member
Registered: 2012-06-30
Posts: 4

Re: Wireless - Realtek 8193

Mojo,

I now see that you've edited your post!

The original one (that I received by mail) just stated the need to compile the drivers, so I did most of what you're writing finding it out myself (and spending a good part of the weekend on it)...

Anyway, it's now at least detecting the card(s): I'll try to do some tests later, and if everything goes well I'll mark this as solved.

Thanks for your invaluable help!

P.S: Is there a way so that the forum can alert via email not only for a new post, but also for an edited one?

Offline

#6 2012-07-06 06:26:23

Epimenide
Member
Registered: 2012-06-30
Posts: 4

Re: Wireless - Realtek 8193

Everything up and running!

Thanks for the advice, much appreciated.

Offline

#7 2012-07-19 18:32:45

Mejia
Member
Registered: 2012-07-18
Posts: 2

Re: Wireless - Realtek 8193

Hi Mojo,

I've been trying for two days to get the wireless to work on a Slitaz 4.0 LiveCD/virtualbox. I stumbled on this post from my searching which I think can help as another poster "wireless connection problem - WPA2" used it to get his chipset working.  I was trying your steps but I'm running into this error:  env: can't execute 'bash': No such file or directory, when executing this command:  ./scripts/driver-select rtlwifi.  Can you help please?  Here's some more info:

lsusb:

Bus 001 Device 001: ID 1d6b:0002

Bus 002 Device 001: ID 1d6b:0001

Bus 002 Device 002: ID 80ee:0021

Bus 001 Device 002: ID 0bda:8174

lspci -nn

00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02)

00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000]

00:01.1 IDE interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4 IDE [8086:7111] (rev 01)

00:02.0 VGA compatible controller [0300]: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter [80ee:beef]

00:03.0 Ethernet controller [0200]: Intel Corporation 82540EM Gigabit Ethernet Controller [8086:100e] (rev 02)

00:04.0 System peripheral [0880]: InnoTek Systemberatung GmbH VirtualBox Guest Service [80ee:cafe]

00:05.0 Multimedia audio controller [0401]: Intel Corporation 82801AA AC'97 Audio Controller [8086:2415] (rev 01)

00:06.0 USB controller [0c03]: Apple Computer Inc. KeyLargo/Intrepid USB [106b:003f]

00:07.0 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 08)

00:0b.0 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller [8086:265c]

00:0d.0 SATA controller [0106]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller [8086:2829] (rev 02)

Thank you so much!!

Offline

#8 2012-07-19 22:20:43

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Wireless - Realtek 8193

tazpkg -gi bash

Online

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.020 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]