[Solved] Realtek RTL8191SE-VA2 not working

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
rdanner3

[Solved] Realtek RTL8191SE-VA2 not working

Post by rdanner3 »

Machine: Toshiba Satellite A505-S6005
WLAN: RTL8191SE-VA2
OS: Linux Mint 9 (64-bit), dual-booted with Win7 Home Premium/64-bit

Problem:
Have tried (literally dozens of) solutions posted here and on the forums for distros related to Linux Mint, and nothing seems to work. WLAN0 is seen, but not usable. The one time it did light up (this is peculiar!) I wound up in Ad-Hoc mode with a 10.x.x.x IP, when I was trying to get it to see my access point (Netgear DGN2000) and its DHCP.

I suppose my big question is this: How do I properly resolve this, since nothing seems to be working... in Linux Mint. I've already noticed that Linux is far less power-guzzling than Windows, which (as an author who is out and about quite often) is a good thing. In Windows, the WLAN card works fine, so I think my frustration with this issue is (somewhat) understandable. While I am not a Linux newbie (in fact, currently working on Linux Admin exam), it's been years since I really delved into it, and that's probably part of the whole issue.

Also trying to find the fan-control subsystem, as the laptop doesn't seem to be managing fan at all under Linux, which is odd.

lspci output:

Code: Select all

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:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 05)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (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 02)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)
03:00.0 SD Host controller: Ricoh Co Ltd Device e822 (rev 01)
03:00.1 System peripheral: Ricoh Co Ltd Device e230 (rev 01)
03:00.2 System peripheral: Ricoh Co Ltd Device e852 (rev 01)
3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
3f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
3f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
The wired LAN (Realtek RTL8101/02E, above) works fine. Thankfully. Anything else I need to show, I will respond to requests ASAP.

UPDATE:
Problem solved via upgrading OS to Linux Mint 10. LM10 recognized the card out of the box and it's been working ever since.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
bob5

Re: Realtek RTL8191SE-VA2 not working

Post by bob5 »

hi

-did you try install the driver off the website ttp://www.realtek.com ???


-that fix my issue !
rdanner3

Re: Realtek RTL8191SE-VA2 not working

Post by rdanner3 »

bob5 wrote:hi
-did you try install the driver off the website ttp://www.realtek.com ???
-that fix my issue !
The problem is, I've even tried that driver (see http://bit.ly/bVdZwt for what I downloaded (v0017 of the driver; have also tried 0010, 0012, 0015 with very little to show for it). The one time I got it to work (briefly), it went ad-hoc, had a 10.x.x.x IP, and was obviously not looking for my router, which would have given it an IP in the 192.168.x.x range.) (Literally. My netmask is 255.255.0.0, though the router (a Netgear DGN2000) chokes on my trying to expand it to allow all 60,000+ nodes.) :lol: Not that I blame it.

The sad thing is that it just works in Windows, yet I have this sort of problem with it in LinuxMint 9, which is otherwise a grand OS. Very speedy, very long battery life (as far as I know; I do know it doesn't use the HDD nearly as much as Windows 7 does.)
bob5

Re: Realtek RTL8191SE-VA2 not working

Post by bob5 »

hi

- Could you tell me what you typed in to the Temminal to install the Driver ???





thanks
rdanner3

Re: Realtek RTL8191SE-VA2 not working

Post by rdanner3 »

bob5 wrote:Could you tell me what you typed in to the Terminal to install the Driver ???

Code: Select all

sudo su #Dropped me to my home dir
cd realtek/rtl8192se
rdanner3:<<password not shown>>
make
make install
reboot
As you see, this is quite correct by all the guides. The problem is: I've only gotten it to work a grand total of once, couldn't reach the 'Net using the ad hoc network it accessed (who knows where it was!) and it's never lit up since. Works great in Win7, which is also 64-bit, so I even tried using the Win7 driver using ndiswrapper after uninstalling this one. No joy.
bob5

Re: Realtek RTL8191SE-VA2 not working

Post by bob5 »

hi

- i can not download it to help you .


-check the readme in the downloaded folder .

- you need to change to the folder in the Terminal with out "sudo su "


- then follow the read me at some point you need to build it for the kennel .
rdanner3

Realtek RTL8191SE-VA2 not working

Post by rdanner3 »

The card is still not working as expected. Linux Mint 9 at least sees the thing now (see attached hardware report) but still doesn't try using it. Very puzzling stuff.

Using 0017 of Realtek's Linux driver, and compiling it with no errors or warnings.

Code: Select all

Summary
Computer
Processor	4x Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz
Memory	3854MB (1035MB used)
Operating System	Linux Mint 9 Isadora
User Name	rdanner3 (Raymond Danner)
Date/Time	Tue 13 Jul 2010 04:21:45 PM CDT
Display
Resolution	1366x768 pixels
OpenGL Renderer	Mesa DRI Intel(R) IGDNG_M GEM 20091221 2009Q4
X11 Vendor	The X.Org Foundation
Multimedia
Audio Adapter	HDA-Intel - HDA Intel

Input Devices
Power Button	
Lid Switch	
Power Button	
Macintosh mouse button emulation	
AT Translated Set 2 keyboard	
SynPS/2 Synaptics TouchPad	
HDA Digital PCBeep	

Printers (CUPS)
Print_to_PDF	

SCSI Disks
ATA TOSHIBA MK5055GS	
MATSHITA DVD-RAM UJ890ES	

Operating System
Version
Kernel	Linux 2.6.32-21-generic (x86_64)
Compiled	#32-Ubuntu SMP Fri Apr 16 08:09:38 UTC 2010
C Library	GNU C Library version 2.11.1 (stable)
Default C Compiler	GNU C Compiler version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
Distribution	Linux Mint 9 Isadora

Current Session
Computer Name	A505-S6005
User Name	rdanner3 (Raymond Danner)
Home Directory	/home/rdanner3
Desktop Environment	GNOME 2.30.2
Misc
Uptime	18 minutes
Load Average	0.11, 0.34, 0.39

Kernel Modules
Loaded Modules
r8192se_pci	Linux driver for Realtek RTL819x WiFi cards
dm_crypt	device-mapper target for transparent encryption / decryption
binfmt_misc	
ppdev	
snd_hda_codec_intelhdmi	Intel HDMI HD-audio codec
snd_hda_codec_realtek	Realtek HD-audio codec
snd_hda_intel	Intel HDA driver
snd_hda_codec	HDA codec core
snd_hwdep	Hardware dependent layer
snd_pcm_oss	PCM OSS emulation for ALSA.
snd_mixer_oss	Mixer OSS emulation for ALSA.
snd_pcm	Midlevel PCM code for ALSA.
joydev	Joystick device interfaces
snd_seq_dummy	ALSA sequencer MIDI-through client
snd_seq_oss	OSS-compatible sequencer module
snd_seq_midi	Advanced Linux Sound Architecture sequencer MIDI synth.
snd_rawmidi	Midlevel RawMidi code for ALSA.
sdhci_pci	Secure Digital Host Controller Interface PCI driver
snd_seq_midi_event	MIDI byte <-> sequencer event coder
snd_seq	Advanced Linux Sound Architecture sequencer.
snd_timer	ALSA timer interface
snd_seq_device	ALSA sequencer device management
sdhci	Secure Digital Host Controller Interface core driver
snd	Advanced Linux Sound Architecture driver for soundcards.
soundcore	Core sound module
led_class	LED Class Interface
snd_page_alloc	Memory allocator for ALSA system.
psmouse	PS/2 mouse driver
serio_raw	Raw serio driver
lp	
parport	
ndiswrapper	NDIS wrapper driver
dm_raid45	device-mapper raid4/5 target
xor	
vesafb	
fbcon	
tileblit	Tile Blitting Operation
font	Console Fonts
bitblit	Bit Blitting Operation
softcursor	Generic software cursor
i915	Intel Graphics
drm_kms_helper	DRM KMS helper
drm	DRM shared core routines
i2c_algo_bit	I2C-Bus bit-banging algorithm
video	ACPI Video Driver
ahci	AHCI SATA low-level driver
output	Display Output Switcher Lowlevel Control Abstraction
r8169	RealTek RTL-8169 Gigabit Ethernet driver
mii	MII hardware support library
intel_agp	

Boots
Boots
Tue Jul 13 16:03	22..6.32-21-generi|-
Tue Jul 6 1525	22..6.32-21-generi|-
Sun Jul 4 1704	22..6.32-21-generi|-
Sun Jul 4 1652	22..6.32-21-generi|-
Thu Jul 1 1906	22..6.32-21-generi|-
Thu Jul 1 1828	22..6.32-21-generi|-
Thu Jul 1 1733	22..6.32-21-generi|-

Languages
Available Languages
en_AG	English language locale for Antigua and Barbuda
en_AU.utf8	English locale for Australia
en_BW.utf8	English locale for Botswana
en_CA.utf8	English locale for Canada
en_DK.utf8	English locale for Denmark
en_GB.utf8	English locale for Britain
en_HK.utf8	English locale for Hong Kong
en_IE.utf8	English locale for Ireland
en_IN	English language locale for India
en_NG	English locale for Nigeria
en_NZ.utf8	English locale for New Zealand
en_PH.utf8	English language locale for Philippines
en_SG.utf8	English language locale for Singapore
en_US.utf8	English locale for the USA
en_ZA.utf8	English locale for South Africa

Filesystems
Mounted File Systems
/dev/sda5	/	9.10 % (103.1 GiB of 113.4 GiB)
none	/dev	0.01 % (1.8 GiB of 1.8 GiB)
none	/dev/shm	0.05 % (1.8 GiB of 1.8 GiB)
none	/var/run	0.01 % (1.8 GiB of 1.8 GiB)
none	/var/lock	0.00 % (1.8 GiB of 1.8 GiB)
none	/lib/init/rw	0.00 % (1.8 GiB of 1.8 GiB)
none	/var/lib/ureadahead/debugfs	9.10 % (103.1 GiB of 113.4 GiB)

Display
Display
Resolution	1366x768 pixels
Vendor	The X.Org Foundation
Version	1.7.6
Monitors
Monitor 0	1366x768 pixels
Extensions
BIG-REQUESTS	
Composite	
DAMAGE	
DOUBLE-BUFFER	
DPMS	
DRI2	
GLX	
Generic Event Extension	
MIT-SCREEN-SAVER	
MIT-SHM	
RANDR	
RECORD	
RENDER	
SECURITY	
SGI-GLX	
SHAPE	
SYNC	
X-Resource	
XC-MISC	
XFIXES	
XFree86-DGA	
XFree86-VidModeExtension	
XINERAMA	
XInputExtension	
XKEYBOARD	
XTEST	
XVideo	
OpenGL
Vendor	Tungsten Graphics, Inc
Renderer	Mesa DRI Intel(R) IGDNG_M GEM 20091221 2009Q4
Version	2.1 Mesa 7.7.1
Direct Rendering	Yes

Environment Variables
Environment Variables
DISPLAY	:0.0
SESSION_MANAGER
local/A505-S6005:@/tmp/.ICE-unix/1602,unix/A505-S6005:/tmp/.ICE-unix/1602
XAUTHORITY	/var/run/gdm/auth-for-rdanner3-NWclaZ/database
LANG	en_US.utf8
GDM_KEYBOARD_LAYOUT	us intl
GNOME_KEYRING_PID	1584
USER	rdanner3
HOME	/home/rdanner3
XDG_SESSION_COOKIE
b95ce5fb8600032ffc84ec434c1b7296-1279055150.495748-1202555885
DESKTOP_SESSION	gnome
GTK_MODULES	canberra-gtk-module
GNOME_KEYRING_CONTROL	/tmp/keyring-MDZdoE
MANDATORY_PATH	/usr/share/gconf/gnome.mandatory.path
LOGNAME	rdanner3
DEFAULTS_PATH	/usr/share/gconf/gnome.default.path
USERNAME	rdanner3
GDM_LANG	en_US.utf8
PATH	/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL	/bin/bash
GDMSESSION	gnome
SPEECHD_PORT	7560
PWD	/home/rdanner3
XDG_CONFIG_DIRS	/etc/xdg/xdg-gnome:/etc/xdg
XDG_DATA_DIRS	/usr/share/gnome:/usr/local/share/:/usr/share/
SSH_AUTH_SOCK	/tmp/keyring-MDZdoE/ssh
SSH_AGENT_PID	1639
DBUS_SESSION_BUS_ADDRESS
unix:abstract=/tmp/dbus-zkw65DcK8q,guid=59fb8f42e66cf91d1d7dd2c94c3cd52f
GNOME_DESKTOP_SESSION_ID	this-is-deprecated
ORBIT_SOCKETDIR	/tmp/orbit-rdanner3

Users
Users
root	root
daemon	daemon
bin	bin
sys	sys
sync	sync
games	games
man	man
lp	lp
mail	mail
news	news
uucp	uucp
proxy	proxy
www-data	www-data
backup	backup
list	Mailing List Manager
irc	ircd
gnats	Gnats Bug-Reporting System (admin)
nobody	nobody
libuuid	
syslog	
messagebus	
avahi-autoipd	Avahi autoip daemon
avahi	Avahi mDNS daemon
couchdb	CouchDB Administrator
speech-dispatcher	Speech Dispatcher
usbmux	usbmux daemon
haldaemon	Hardware abstraction layer
kernoops	Kernel Oops Tracking Daemon
pulse	PulseAudio daemon
rtkit	RealtimeKit
saned	
hplip	HPLIP system user
gdm	Gnome Display Manager
rdanner3	Raymond Danner
postfix	


  Devices

Processor
Processors
Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz	933.00MHz
Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz	933.00MHz
Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz	2133.00MHz
Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz	933.00MHz

Memory
Memory
Total Memory	3854260 kB
Free Memory	2429216 kB
Buffers	75120 kB
Cached	390996 kB
Cached Swap	0 kB
Active	448216 kB
Inactive	267420 kB
Active(anon)	346012 kB
Inactive(anon)	16 kB
Active(file)	102204 kB
Inactive(file)	267404 kB
Unevictable	0 kB
Mlocked	0 kB
Virtual Memory	5158904 kB
Free Virtual Memory	5158904 kB
Dirty	108 kB
Writeback	0 kB
AnonPages	249724 kB
Mapped	60836 kB
Shmem	96496 kB
Slab	52528 kB
SReclaimable	24916 kB
SUnreclaim	27612 kB
KernelStack	2344 kB
PageTables	18996 kB
NFS_Unstable	0 kB
Bounce	0 kB
WritebackTmp	0 kB
CommitLimit	7086032 kB
Committed_AS	821800 kB
VmallocTotal	34359738367 kB
VmallocUsed	384248 kB
VmallocChunk	34359328588 kB
HardwareCorrupted	0 kB
HugePages_Total	0
HugePages_Free	0
HugePages_Rsvd	0
HugePages_Surp	0
Hugepagesize	2048 kB
DirectMap4k	10240 kB
DirectMap2M	3979264 kB

PCI Devices
PCI Devices
Host bridge	Intel Corporation Core Processor DRAM Controller (rev 02)
VGA compatible controller	Intel Corporation Core Processor Integrated
Graphics Controller (rev 02)
Communication controller	Intel Corporation 5 Series/3400 Series Chipset
HECI Controller (rev 06)
USB Controller	Intel Corporation 5 Series/3400 Series Chipset USB2
Enhanced Host Controller (rev 05) (prog-if 20)
Audio device	Intel Corporation 5 Series/3400 Series Chipset High
Definition Audio (rev 05)
PCI bridge	Intel Corporation 5 Series/3400 Series Chipset PCI Express
Root Port 1 (rev 05)
PCI bridge	Intel Corporation 5 Series/3400 Series Chipset PCI Express
Root Port 2 (rev 05)
PCI bridge	Intel Corporation 5 Series/3400 Series Chipset PCI Express
Root Port 4 (rev 05)
PCI bridge	Intel Corporation 5 Series/3400 Series Chipset PCI Express
Root Port 5 (rev 05)
USB Controller	Intel Corporation 5 Series/3400 Series Chipset USB2
Enhanced Host Controller (rev 05) (prog-if 20)
PCI bridge	Intel Corporation 82801 Mobile PCI Bridge (rev a5) (prog-if 01)
ISA bridge	Intel Corporation Mobile 5 Series Chipset LPC Interface
Controller (rev 05)
SATA controller	Intel Corporation 5 Series/3400 Series Chipset 4 port
SATA AHCI Controller (rev 05) (prog-if 01)
SMBus	Intel Corporation 5 Series/3400 Series Chipset SMBus Controller
(rev 05)
Signal processing controller	Intel Corporation 5 Series/3400 Series
Chipset Thermal Subsystem (rev 05)
Ethernet controller	Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
PCI Express Fast Ethernet controller (rev 02)
Network controller	Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)
SD Host controller	Ricoh Co Ltd Device e822 (rev 01)
System peripheral	Ricoh Co Ltd Device e230 (rev 01)
System peripheral	Ricoh Co Ltd Device e852 (rev 01)
Host bridge	Intel Corporation Core Processor QuickPath Architecture
Generic Non-core Registers (rev 02)
Host bridge	Intel Corporation Core Processor QuickPath Architecture
System Address Decoder (rev 02)
Host bridge	Intel Corporation Core Processor QPI Link 0 (rev 02)
Host bridge	Intel Corporation Core Processor QPI Physical 0 (rev 02)
Host bridge	Intel Corporation Core Processor Reserved (rev 02)
Host bridge	Intel Corporation Core Processor Reserved (rev 02)

USB Devices

Printers
Printers (CUPS)
Print_to_PDF	

Battery
No batteries
No batteries found on this system	

Sensors

Input Devices
Input Devices
Power Button	
Lid Switch	
Power Button	
Macintosh mouse button emulation	
AT Translated Set 2 keyboard	
SynPS/2 Synaptics TouchPad	
HDA Digital PCBeep	

Storage
SCSI Disks
ATA TOSHIBA MK5055GS	
MATSHITA DVD-RAM UJ890ES	

DMI
BIOS
Date	01/25/2010
Vendor	INSYDE
Version	1.20
Board
Name	Portable PC
Vendor	TOSHIBA (www.toshiba.com)

Resources
I/O Ports
0000-001f 	dma1
0020-0021 	pic1
0040-0043 	timer0
0050-0053 	timer1
0060-0060 	keyboard
0064-0064 	keyboard
0070-0077 	rtc0
0080-008f 	dma page reg
00a0-00a1 	pic2
00c0-00df 	dma2
00f0-00ff 	fpu
03c0-03df 	vesafb
0400-047f 	pnp 00:04
0400-0403 	ACPI PM1a_EVT_BLK
0404-0405 	ACPI PM1a_CNT_BLK
0408-040b 	ACPI PM_TMR
0410-0415 	ACPI CPU throttle
0420-042f 	ACPI GPE0_BLK
0450-0450 	ACPI PM2_CNT_BLK
0500-057f 	pnp 00:04
0680-069f 	pnp 00:04
0800-080f 	pnp 00:04
0810-0813 	pnp 00:04
0cf8-0cff 	PCI conf1
1000-1fff 	PCI Bus 0000:20
2000-2fff 	PCI Bus 0000:03
3000-3fff 	PCI Bus 0000:02
3000-30ff 	Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)
4000-4fff 	PCI Bus 0000:01
4000-40ff 	Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express
Fast Ethernet controller (rev 02)
4000-40ff 	RealTek RTL-8169 Gigabit Ethernet driver
5000-501f 	Intel Corporation 5 Series/3400 Series Chipset SMBus
Controller (rev 05)
5020-503f 	Intel Corporation 5 Series/3400 Series Chipset 4 port SATA
AHCI Controller (rev 05) (prog-if 01)
5020-503f 	AHCI SATA low-level driver
5040-5047 	Intel Corporation 5 Series/3400 Series Chipset 4 port SATA
AHCI Controller (rev 05) (prog-if 01)
5040-5047 	AHCI SATA low-level driver
5048-504f 	Intel Corporation 5 Series/3400 Series Chipset 4 port SATA
AHCI Controller (rev 05) (prog-if 01)
5048-504f 	AHCI SATA low-level driver
5050-5057 	Intel Corporation Core Processor Integrated Graphics
Controller (rev 02)
5058-505b 	Intel Corporation 5 Series/3400 Series Chipset 4 port SATA
AHCI Controller (rev 05) (prog-if 01)
5058-505b 	AHCI SATA low-level driver
505c-505f 	Intel Corporation 5 Series/3400 Series Chipset 4 port SATA
AHCI Controller (rev 05) (prog-if 01)
505c-505f 	AHCI SATA low-level driver
ffff-ffff 	pnp 00:04
Memory
00000000-00000fff 	System RAM
00001000-00005fff 	reserved
00006000-0009cfff 	System RAM
0009d000-0009ffff 	reserved
000e0000-000fffff 	reserved
00100000-bb680fff 	System RAM
01000000-01548476 	Kernel code
01548477-018305cf 	Kernel data
01919000-01a29e63 	Kernel bss
bb681000-bb6befff 	reserved
bb6bf000-bb756fff 	System RAM
bb757000-bb7befff 	ACPI Non-volatile Storage
bb7bf000-bb7e1fff 	System RAM
bb7e2000-bb7fefff 	ACPI Tables
bb7ff000-bb7fffff 	System RAM
bb800000-bfffffff 	reserved
c0000000-cfffffff 	Intel Corporation Core Processor Integrated Graphics
Controller (rev 02)
c0000000-c02fffff 	vesafb
d0000000-d03fffff 	Intel Corporation Core Processor Integrated Graphics
Controller (rev 02)
d0400000-d13fffff 	PCI Bus 0000:01
d0400000-d040ffff 	Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI
Express Fast Ethernet controller (rev 02)
d0400000-d040ffff 	RealTek RTL-8169 Gigabit Ethernet driver
d0410000-d0410fff 	Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI
Express Fast Ethernet controller (rev 02)
d0410000-d0410fff 	RealTek RTL-8169 Gigabit Ethernet driver
d0420000-d043ffff 	Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI
Express Fast Ethernet controller (rev 02)
d1400000-d23fffff 	PCI Bus 0000:02
d2400000-d33fffff 	PCI Bus 0000:03
d3400000-d43fffff 	PCI Bus 0000:20
d4400000-d53fffff 	PCI Bus 0000:20
d5400000-d63fffff 	PCI Bus 0000:03
d5400000-d54000ff 	Ricoh Co Ltd Device e852 (rev 01)
d5400100-d54001ff 	Ricoh Co Ltd Device e230 (rev 01)
d5400200-d54002ff 	Ricoh Co Ltd Device e822 (rev 01)
d5400200-d54002ff 	mmc0
d6400000-d73fffff 	PCI Bus 0000:02
d6400000-d6403fff 	Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)
d6400000-d6403fff 	rtl819xSE
d7400000-d83fffff 	PCI Bus 0000:01
d8400000-d8403fff 	Intel Corporation 5 Series/3400 Series Chipset High
Definition Audio (rev 05)
d8400000-d8403fff 	ICH HD audio
d8404000-d8404fff 	Intel Corporation 5 Series/3400 Series Chipset
Thermal Subsystem (rev 05)
d8405000-d84057ff 	Intel Corporation 5 Series/3400 Series Chipset 4 port
SATA AHCI Controller (rev 05) (prog-if 01)
d8405000-d84057ff 	AHCI SATA low-level driver
d8405800-d8405bff 	Intel Corporation 5 Series/3400 Series Chipset USB2
Enhanced Host Controller (rev 05) (prog-if 20)
d8405800-d8405bff 	ehci_hcd
d8405c00-d8405fff 	Intel Corporation 5 Series/3400 Series Chipset USB2
Enhanced Host Controller (rev 05) (prog-if 20)
d8405c00-d8405fff 	ehci_hcd
d8406000-d84060ff 	Intel Corporation 5 Series/3400 Series Chipset SMBus
Controller (rev 05)
d8406100-d840610f 	Intel Corporation 5 Series/3400 Series Chipset HECI
Controller (rev 06)
d8407000-d8407fff 	Intel Flush Page
f0000000-f3ffffff 	PCI MMCONFIG 0 [00-3f]
f0000000-f3ffffff 	reserved
feb00000-feb03fff 	reserved
fec00000-fec00fff 	IOAPIC 0
fec00000-fec00fff 	reserved
fed00000-fed003ff 	HPET 0
fed10000-fed13fff 	reserved
fed18000-fed19fff 	reserved
fed1b000-fed1ffff 	reserved
fee00000-fee00fff 	Local APIC
fee00000-fee00fff 	reserved
ffe80000-ffffffff 	reserved
100000000-137ffffff 	System RAM
DMA
4	cascade


  Network

Interfaces
Network Interfaces
lo	0.00MiB	0.00MiB	127.0.0.1
eth0	0.00MiB	0.00MiB	
wlan0	0.00MiB	0.00MiB	

IP Connections
Connections
127.0.0.1:631	LISTEN	0.0.0.0:*	tcp
:::139	LISTEN	:::*	tcp6
::1:631	LISTEN	:::*	tcp6
:::445	LISTEN	:::*	tcp6
0.0.0.0:56228		0.0.0.0:*	udp
0.0.0.0:5353		0.0.0.0:*	udp

Routing Table
IP routing table

ARP Table
ARP Table

DNS Servers
Name servers
192.168.0.1	

Statistics
IP
12	Requests sent out
0	Incoming packets discarded
0	Incoming packets discarded
12	Requests sent out
12	Requests sent out
50	Dropped because of missing route
ICMP
0	ICMP messages failed
0	ICMP messages failed
0	ICMP messages failed
0	ICMP messages failed
TCP
11	Resets sent
0	Bad segments received.
11	Resets sent
0	Bad segments received.
0	Bad segments received.
22	Segments send out
22	Segments send out
0	Bad segments received.
0	Bad segments received.
11	Resets sent
UDP
0	Packets sent
0	Packets sent
0	Packets sent
0	Packets sent
UDPLITE
TCPEXT
0	Packet headers predicted
IPEXT

Shared Directories
SAMBA
NFS


  Benchmarks

CPU Blowfish
CPU Blowfish
*This Machine*	933 MHz	5.812
Intel(R) Celeron(R) M processor 1.50GHz	(null)	26.1876862
PowerPC 740/750 (280.00MHz)	(null)	172.816713

CPU CryptoHash
CPU CryptoHash
*This Machine*	933 MHz	208.013

CPU Fibonacci
CPU Fibonacci
*This Machine*	933 MHz	3.294
Intel(R) Celeron(R) M processor 1.50GHz	(null)	8.1375674
PowerPC 740/750 (280.00MHz)	(null)	58.07682

CPU N-Queens
CPU N-Queens
*This Machine*	933 MHz	9.436

FPU FFT
FPU FFT
*This Machine*	933 MHz	2.021

FPU Raytracing
FPU Raytracing
*This Machine*	933 MHz	5.888
Intel(R) Celeron(R) M processor 1.50GHz	(null)	40.8816714
PowerPC 740/750 (280.00MHz)	(null)	161.312647
I'm very frustrated right now, and the HTML version was much more easily read. This problem has been very consistently resisting every effort to correct it.
bob5

Re: Realtek RTL8191SE-VA2 not working

Post by bob5 »

hi

- bring wifi up with

Code: Select all

  sudo   ifconfig wlan0 up
Note: use ifconfig to check whether wlan0 is brought up and use iwconfig to check your wlan interface name,
since it may change wlan0 to wlan1,etc.

-then

Code: Select all

sudo wlist wlan0 scan
.

-check out the read-me for how do it by the terminal
senseiski

Re: Realtek RTL8191SE-VA2 not working

Post by senseiski »

Hello,
I'm really, really sad to say I have the same problem - this card is not meant for linux apparently.. Any ideas how to proceed?
bob5

Re: Realtek RTL8191SE-VA2 not working

Post by bob5 »

hi senseiski ,

Download the driver as did rdanner3 now :
rdanner3 forgot to run as root !

Code: Select all

cd realtek/rtl8192se
sudo make 
sudo make install
sudo reboot 
senseiski

Re: Realtek RTL8191SE-VA2 not working

Post by senseiski »

bob5 wrote:hi senseiski ,

Download the driver as did rdanner3 now :
rdanner3 forgot to run as root !

Code: Select all

cd realtek/rtl8192se
sudo make 
sudo make install
sudo reboot 
Thank you for the tip - the problem is that my wired connection is not working either - atheros ar8152. Do I have to download utilities such as build-essential, gcc etc?
bob5

Re: Realtek RTL8191SE-VA2 not working

Post by bob5 »

hi senseiski ,


do you have a driver for the atheros ar8152 then ?
rdanner3

Re: Realtek RTL8191SE-VA2 not working

Post by rdanner3 »

bob5 wrote:hi senseiski ,

Download the driver as did rdanner3 now :
rdanner3 forgot to run as root !
Actually, no I didn't forget that. I have tried changing to my home-dir before sudo su, but that also does not work.

Considering trying to find the Win2000 x64 driver and see if that works. Linux uses a lot less juice than Win7, that's certain. Exactly what my battery life is under Linux I'd have to check, and the tools for Linux often don't show estimated battery life.

Now why can't Microsoft learn from the Linux community and avoid using HDD unless and until it is needed, not all the time? (Under Win7 and WinVista, my machine's HDD blinks all the time, often 7-20 accesses per second, even with the machine in safe mode.) This is clearly unacceptable.

Now looking for the Win2000 x64 driver, and will be forced to use ndiswrapper. Would prefer native-mode Linux drivers, obviously, but if it doesn't work... ::shrugs::

I prefer Linux Mint while writing, actually. Machine doesn't run nearly as hot as it does in Win7.
rdanner3

Re: Realtek RTL8191SE-VA2 not working

Post by rdanner3 »

senseiski wrote:
bob5 wrote:hi senseiski ,

Download the driver as did rdanner3 now :
rdanner3 forgot to run as root !

Code: Select all

cd realtek/rtl8192se
sudo make 
sudo make install
sudo reboot 
Thank you for the tip - the problem is that my wired connection is not working either - atheros ar8152. Do I have to download utilities such as build-essential, gcc etc?
Yes, if the driver needs compiling. Otherwise, possibly not. Since many drivers for Linux work better if compiled for the specific machine Linux is on, it's likely the driver for your card is also supplied in source form.
Locked

Return to “Hardware Support”