WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Problem with rtl8188EUS wifi USB adapter  (Read 10326 times)

aus9

  • Guest
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #15 on: September 22, 2023, 08:24:07 AM »
Hi patrikg
I will try your suggestion after Paul_123.
I have used virtualbox in the past but happy to try qemu.

Maybe not tomorrow but will update by Monday with luck
The other thing I just spotted is the realtek command is looking for Module.symvers  (I think in its unpack dir)
Surely it can 't be as simple as copying our TC and renaming it?
If not then I will rename the Module.symvers in my linux src and see if that works.


thanks
« Last Edit: September 22, 2023, 08:25:46 AM by aus9 »

Offline notferrari

  • Newbie
  • *
  • Posts: 8
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #16 on: September 22, 2023, 08:38:43 AM »
The symlink error sounds like you're operating on fat32. A linux fs is necessary.
Right, I tried again, this time copying the contents to ~ folder.

Now it gives me the error "tar: short read" when trying to unpack "linux-6.1.2-patched.txz".

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11502
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #17 on: September 22, 2023, 09:56:08 AM »
Hi notferrari
I believe  short read  means part of the file wasn't downloaded.
The file should have a size of  129437112  bytes.
Compare that to the size returned by:
Code: [Select]
ls -l linux-6.1.2-patched.txz
If the size does not match, delete  linux-6.1.2-patched.txz  and
run this command again:
Code: [Select]
wget http://repo.tinycorelinux.net/14.x/x86/release/src/kernel/linux-6.1.2-patched.txz

Offline notferrari

  • Newbie
  • *
  • Posts: 8
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #18 on: September 22, 2023, 12:03:07 PM »
Hi notferrari
I believe  short read  means part of the file wasn't downloaded.
The file should have a size of  129437112  bytes.
Compare that to the size returned by:
Code: [Select]
ls -l linux-6.1.2-patched.txz
If the size does not match, delete  linux-6.1.2-patched.txz  and
run this command again:
Code: [Select]
wget http://repo.tinycorelinux.net/14.x/x86/release/src/kernel/linux-6.1.2-patched.txz

The size matches. I've also downloaded it several times, always the same error.

MD5 is ffc4d679faad85405a1032e084aad16d

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #19 on: September 22, 2023, 12:29:01 PM »
Did you run out of space?
The only barriers that can stop you are the ones you create yourself.

Offline notferrari

  • Newbie
  • *
  • Posts: 8
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #20 on: September 22, 2023, 03:01:36 PM »
Did you run out of space?
I think this might be the issue, didn't think of that...  :-\
home folder stays in RAM, right?
If that's the case, it's probably that.

I'll format a pendrive with ext4 and try again.

aus9

  • Guest
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #21 on: September 22, 2023, 10:01:13 PM »
Hi

my 2 cents worth. Fixing partition file type to ext4 is good but does nor resolve an issue where you are loading into RAM drive very large files etc
so please make a very large swap partition

As you have not mentioned the size of pendrive.....I will let others decide whats best there
but.....if space on pendrive is still an issue....consider using firefox or whatever to change your downloads from
$HOME/Downloads to another usb stick

In firefox -> settings (General) -> Downloads -> click on browse and choose a new usb stick etc

2) and I suggest even with above.....consider booting with a boot code home=sdb1 or whereever your home dir is.
There are advantages and disadvantages of this....but it should free up some RAM
You should make a backup of your home independently on another stick first for any previous downloads you need to keep
or files you need to keep

That is because when you reboot with that bootcode you lose some home stuff and also you need to remove home from backup
such that my /opt/.filetool.sh has only entries
opt
etc/fstab

Then over reboot....you add back your missing files from your other usb stick
« Last Edit: September 22, 2023, 10:07:35 PM by aus9 »

aus9

  • Guest
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #22 on: September 23, 2023, 02:50:11 AM »
Hi

At the risk of appearing to blog, when I am actually trying to resolve my 32 bit module build failure.....I have just looked at my TC64 kernel prep and re-did my TC64 kernel module. There are some things that might be useful for members and OP, depending on his level of knowledge, to know

1) I do not have a System.map anywhere, nor can I see one in an unpack of the 32 bit ISO
2) The realtek module compilation, if successful creates an empty file called Module.symvers such that
Code: [Select]
ls -al Module.symvers
-rw-r--r-- 1 root root 0 Sep 23 06:24 Module.symvers
and if I do a make clean....this file is deleted. I admit I should have read my Makefile before posting about trying renames and other gargage,
sorry about that.

Anyhow on TC64 the module build reports
Code: [Select]
make all
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.1.2-tinycore64/build M=/tmp/rtl8188eu  modules
SNIP
MODPOST /tmp/rtl8188eu/Module.symvers
# TEST direct injection
make install
install -p -m 644 8188eu.ko  /lib/modules/6.1.2-tinycore64/kernel/drivers/net/wireless/
/sbin/depmod -a 6.1.2-tinycore64
# NOTE no errors for bad symbols so it looks good to me
I might try to use a changed ARCH & cross compile on TC64 but with an unpack of 32 bit K source and modules in ram drive,
before I try qemu

and proof of net on TC64
Code: [Select]
inxi -Nxxx
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    vendor: Micro-Star MSI driver: r8169 v: kernel pcie: speed: 2.5 GT/s
    lanes: 1 port: f000 bus-ID: 22:00.0 chip-ID: 10ec:8168 class-ID: 0200
  Device-2: Realtek 802.11n NIC driver: rtl8188eu type: USB rev: 2.0
    speed: 480 Mb/s lanes: 1 bus-ID: 1-3:5 chip-ID: 2357:010c class-ID: 0000
    serial: 00E04C0001
tc@box:~$ ifconfig
lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:62 errors:0 dropped:0 overruns:0 frame:0
          TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:5212 (5.0 KiB)  TX bytes:5212 (5.0 KiB)

wlan0     Link encap:Ethernet  HWaddr 50:3E:AA:42:94:1D 
          inet addr:192.168.1.11  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:492 errors:0 dropped:4266 overruns:0 frame:0
          TX packets:241 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:258891 (252.8 KiB)  TX bytes:29268 (28.5 KiB)

If I was not on a tower, I would be tempted to suggest to OP to blacklist his ethernet module, mine shows up as r8169

aus9

  • Guest
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #23 on: September 23, 2023, 08:37:00 AM »
hI

My first attempt X compile has failed. Plus not sure I am doing it right but I modified or looked at these lines in the Makefile
Quote
# SUBARCH := $(shell uname -m | sed -e s/i.86/i386/) -> x86
# ARCH ?= $(SUBARCH).....leave alone
# line 1355 CROSS_COMPILE ?= NOW left alone y fails 
# KVER ?= $(shell uname -r) -> 6.1.2-tinycore
# KSRC := /lib/modules/$(KVER)/build....leave alone
# MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/.....leave alone

I linked the 64 bit kernel source which IMHO is the same as a 32 bit source to /lib/modules/6.1.2-tinycore/build
but cheated by copying my 64 bit modules....tricked because Module.symvers as discussed was a zero byte file in module source.
such that
Code: [Select]
file 8188eu.ko
 8188eu.ko: ELF 64-bit LSB relocatable

Which is not was I expecting. I had error trying to put a y against X compile, I did not keep the error but claimed something like
it was looking for ygcc

I am vaguely aware that there might be a cross compiler setup that I have failed to setup. Need rest now. Unlikely to succeed in the next few days unless I can setup qemu.

thanks for reading

aus9

  • Guest
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #24 on: September 24, 2023, 05:36:01 AM »
Hi patrikg

Due to dumb luck I appear to have got some stuff now downloaded with a persistent tcedir in qemu.
altho its nobodies fault....I actually prefer not to use openssh to transfer files, altho its a bit easier with lxterminal
my current boot up for those interested is, after initial setup but avoiding bridge network for now
Code: [Select]
tce-load -i qemu bridge-utils      # I know I can leave out bridge
sudo modprobe kvm-amd # as my host is AMD
qemu-system-i386 -enable-kvm -hda vdisk.img -m 4G

My guest, I can not find spice on TC32, which I was hoping to use with copy and paste between machines.
If I can not build it.....I might have to setup openssh....I am very reluctant to bridge. I attempted it once and lost the net  ;D

Since you were kind enough to recommend qemu.....before I dig too many holes,
let me know your thoughts please?

Thanks....and sorry if I am hijacking OP thread....but I think the goal for me to build 32 bit module is looking closer
« Last Edit: September 24, 2023, 05:40:09 AM by aus9 »

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 693
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #25 on: September 24, 2023, 09:06:44 AM »
If you have trouble with openssh to transfer files, you can test to use some another trix to transfer files between the host and the guest.

I think it's not to difficult to use the program that i have used many times, to transfer files between computers from Linux to Windows and Linux to Linux.
And even Windows to Windows, i used it a lot, just one exe file, witch the zip file contain, already compiled, and the best part of it it's like server client.
You choose what direction you prefer. And not using the windows smb stuff, thank god.

It uses only tcp/ip.

It easy to compile in Linux environment just type in make. It's called lanfile, and was built by some guy how like to cheat in games :), and of course lot's of another utility's.
Here's the link to his site:
http://aluigi.altervista.org/mytoolz.htm#both

And one of them is lanfile.
    [EDIT]: Removed link due to forum policy violation. lanfile can be
            downloaded from the above link.  Rich
« Last Edit: September 24, 2023, 01:30:24 PM by Rich »

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 693
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #26 on: September 24, 2023, 09:55:36 AM »
And if you just use dhcp the first ip that qemu will lease is 10.0.2.15 to the guest.
The host ip is 10.0.2.2, so if you setup lanfile in server mode in host, first with.

Host side:(server)
Code: [Select]
lanfile 0

Guest side:(client)
Code: [Select]
lanfile 10.0.2.2 /home/tc/files/*
And for more things you can do is that you can do it interactiv mode if you forget the command line args.
Just launch the
Code: [Select]
lanfile -i
And if that is not enough, you can just type in lanfile to get more info about the command line arguments, and even if that not enough you can use -e for more practical examples of how to use this tool.
« Last Edit: September 24, 2023, 09:57:26 AM by patrikg »

Offline nick65go

  • Hero Member
  • *****
  • Posts: 818
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #27 on: September 24, 2023, 10:35:37 AM »
@aus9 About your "I think I may have no choice but research cross compile using a 64 bit kernel. Your thoughts?"
IMHO best practice is to AVOID cross-compile, as a principle, with gcc. Aboriginal linux (dead) and now toybox project, try to by-pass/isolate the gcc compiler stupidity/stubbornness for cross-compilation.

You may ponder and estimate the value of your time [in $USD, whatever currency] versus buying a more performant machine [to run linux/host on 64 bits!].
Like: How many work-hours you would donate to an capitalist exploiter/employer [to gain the money for PC] versus the hours you  gain in compile time [and you will compile many times on this new machine].

PS: money is infinite and replaceable, your time not so much. YMMV.
« Last Edit: September 24, 2023, 10:44:56 AM by nick65go »

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 693
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #28 on: September 24, 2023, 11:02:43 AM »
@nick65go
Hihihihi.. have you seen Rob Landley's talk about not to cross compile :).
https://www.youtube.com/watch?v=Sk9TatW9ino

Here one more to laughing about.
https://www.youtube.com/watch?v=MkJkyMuBm3g

Offline nick65go

  • Hero Member
  • *****
  • Posts: 818
Re: Problem with rtl8188EUS wifi USB adapter
« Reply #29 on: September 24, 2023, 12:23:49 PM »
@patrikg: Yes, I systematically read Rob Landley's blog [chasing for his rant about "guillotine the billionaires", his struggle with GNU standards, animosity with upper kernel management, a lot of fun]; and I check for toybox (previously followed his Aboriginal linux). I basically "dislike" small dependencies dragging-in huge dependencies.