Hi,
I am coming back to this forum after many years. I am trying TinyCorePure64-7.1 from usb on my Lenovo Laptop G50-45. I normally use Ubuntu 16.04 on this Laptop. I could not make bootable usb stick from TinyCorePure64 iso for UEFI from the iso. Then I formatted the usb stick for GPT/FAT32 and installed grub2 as per instructions on
Ubuntuforums , mounted Tinycore ISO and copied the contents to the USB stick including grub config file. I renamed the cde folder to tce and could boot and now running Tinycore Linux.
I installed Opera Browser and posting this. I am using eth0 but would like to use wlan0 which is not yet detected.
My wifi card is Realtek and needs the driver rtl8723be
On Ubuntu I get following output:
$ lspci -nnk | grep -iA2 net
01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
Subsystem: Lenovo Device [17aa:b736]
Kernel driver in use: rtl8723be
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
Subsystem: Lenovo Device [17aa:3812]
Kernel driver in use: r8169
On TinyCore Linux I do not get the name of the driver "rtl8723be" by using the above command.
Kamalakar