Page 198 of 222 FirstFirst ... 98148188196197198199200208 ... LastLast
Results 1,971 to 1,980 of 2216

Thread: Asus X205TA hardware support in Ubuntu

  1. #1971
    Join Date
    Jun 2018
    Beans
    5

    Re: Asus X205TA hardware support in Ubuntu

    Quote Originally Posted by harryharryharry View Post
    Well you're using a kernel that was specifically built for other devices, so that probably causes your issues. From the dmesg it looks like the kernel doesn't even try to recognize the sd.
    A quick scan into the files you linked to shows that this could be due to the fact that CONFIG_MMC_SDHCI* modules are not built into the kernel but rather are modular which makes them being loaded too late in the boot process.
    Furthermore it looks like chtcx2072x.tar possibly overwrites /usr/share/alsa/ucm/chtrt5645/HiFi.conf which would cause your audio issues with my kernel.

    Bottom line: Switch to a stock kernel or my kernel, don't use a (rather old) kernel that was not built for this device.
    Ok, what do you recommed me to do?
    Yesterday I create a bootable USB with your kernel, but the wifi and the audio continue to not working. How can I resolve this issue? How can I load modules from boot process?

  2. #1972
    Join Date
    Jun 2018
    Beans
    5

    Re: Asus X205TA hardware support in Ubuntu

    Oh wait! Now I see that my pc isn't a x205ta but an X206HA! I bought it from Amazon, last year but they send me an X206HA! It's incredible! I turned my pc and I read the model! So for this reason I haven't problem with audio and wifi! I've been so lucky to install this patch! -.-'
    So how can I load modules in boot? Any advise? Sorry if I continue to ask but you are the only person in all internet that give answer for this argument!

    EDIT:

    Looking around and making the right search (now I can do for X206HA) I found this that risolve all of my SD problems:
    Code:
    echo "80860F14:03" > /sys/bus/platform/drivers/sdhci-acpi/unbind
    echo "80860F14:03" > /sys/bus/platform/drivers/sdhci-acpi/bind
    Then with a simple systemd script all works well.
    Last edited by lifesamurai; June 11th, 2018 at 06:03 PM.

  3. #1973
    Join Date
    Jun 2018
    Beans
    10

    Re: Asus X205TA hardware support in Ubuntu

    I seem to be having a problem getting WiFi to work.
    I've copied over brcmfmac43340-sdio.bin from this git repository: ( git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git )
    and also brcmfmac43340-sdio.txt from nvram ( /sys/firmware/efi/efivars/nvram-74b00* ) and put both of those files into /usr/lib/firmware/brcm and then restarted

    The device appears and I can see networks (using NetworkManager on KDE Plasma & also on nmtui) but I cannot connect to my home network.
    It repeatedly asks for my passphrase 3 times before it stops trying with "No secrets were provided" as the error message.

    It does occasionally work on public wifi after a few tries, but it absolutely refuses to work on my home wifi.

    My home wifi is configured as WPA Pre-Shared Key, WPA2 AES encryption, Automatic 20/40 MHz, Automatic Channel

    I'm using a self-compiled kernel with harryharryharry's configuration & the patches outlined in his post

    If this makes a difference, I live in Japan, might be some issue with crda perhaps?
    Thanks in advance for any help anyone might be able to give me

  4. #1974
    Join Date
    Oct 2009
    Beans
    607

    Re: Asus X205TA hardware support in Ubuntu

    Looks like you properly addressed the x205ta-related wifi quirks, because the wlan0 device is present. (keep in mind 5.0ghz networks will not be visible with the nvram from the efi-directory).

    Might indeed have something to do with regulatory domain issues or wpa_supplicant/kwallet issues (googling these issues in combination with the error you get and your linux distro might yield some solutions).
    Maybe try from the command line first to see if it works or throws any errors:
    Code:
    #as root
    systemctl stop NetworkManager
    systemctl stop wpa_supplicant
    ps aux|grep -i "dhc\|wpa\|net"   ##check if any network managers or dhcp clients are still running (if so, you should kill them)
    wpa_passphrase YOUR_SSID >> /etc/wpa_supplicant/wpa_supplicant.conf   ##this will give you a prompt to enter your wpa password, and hit enter (you need to do this only once per ssid you wish to connect to)
    wpa_supplicant -D wext -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf   ##for me this throws a ioctl error, but works fine anyway
    
    #and then from another terminal, as root:
    dhclient -i wlan0   ##or use another dhcp-client if you have it installed
    ping 8.8.8.8
    This might make you able to pinpoint whether the issue is wifi frequency or password related.
    Last edited by harryharryharry; June 17th, 2018 at 01:51 PM.
    Script to create bootable usb-stick for the X205TA. Guide to compile a kernel for the X205TA. Guides to install linux to X205TA: general or ubuntu

  5. #1975
    Join Date
    Jun 2017
    Beans
    5

    Re: Asus X205TA hardware support in Ubuntu

    Quote Originally Posted by ludburgh View Post
    My home wifi is configured as WPA Pre-Shared Key, WPA2 AES encryption, Automatic 20/40 MHz, Automatic Channel
    You could try changing "Automatic Channel" on your router to any channel in the 1-11 interval. Channel 12 and 13 are not detected on my x205ta.

  6. #1976
    Join Date
    Jun 2018
    Beans
    10

    Re: Asus X205TA hardware support in Ubuntu

    Thank you very much for trying to help me

    I've done your instructions in the terminal; but it still won't connect!
    Code:
    [root@kasei ~]# wpa_supplicant -D wext -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf 
    Successfully initialized wpa_supplicant
    ioctl[SIOCSIWENCODEEXT]: Invalid argument
    ioctl[SIOCSIWENCODEEXT]: Invalid argument
    wlan0: Trying to associate with bc:5c:4c:7d:fa:fa (SSID='elecom2g-7dfaf9' freq=2412 MHz)
    wlan0: Authentication with bc:5c:4c:7d:fa:fa timed out.
    wlan0: CTRL-EVENT-DISCONNECTED bssid=bc:5c:4c:7d:fa:fa reason=3 locally_generated=1
    ioctl[SIOCSIWSCAN]: Resource temporarily unavailable
    wlan0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1
    wlan0: Trying to associate with bc:5c:4c:7d:fa:fa (SSID='elecom2g-7dfaf9' freq=2412 MHz)
    wlan0: Authentication with bc:5c:4c:7d:fa:fa timed out.
    wlan0: CTRL-EVENT-DISCONNECTED bssid=bc:5c:4c:7d:fa:fa reason=3 locally_generated=1
    wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="elecom2g-7dfaf9" auth_failures=1 duration=10 reason=CONN_FAILED
    ioctl[SIOCSIWSCAN]: Resource temporarily unavailable
    wlan0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1
    wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="elecom2g-7dfaf9"
    wlan0: Trying to associate with bc:5c:4c:7d:fa:fa (SSID='elecom2g-7dfaf9' freq=2412 MHz)
    wlan0: Authentication with bc:5c:4c:7d:fa:fa timed out.
    wlan0: CTRL-EVENT-DISCONNECTED bssid=bc:5c:4c:7d:fa:fa reason=3 locally_generated=1
    wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="elecom2g-7dfaf9" auth_failures=2 duration=23 reason=CONN_FAILED
    ioctl[SIOCSIWSCAN]: Resource temporarily unavailable
    [Continues until I perform Ctrl + C]
    Since the error message appears to be "Timed out" I thought that maybe it might be a signal issue but I'm right beside the router!

    This is the relevant portion of the output from # iwlist wlan0 scan

    Code:
              Cell 02 - Address: BC:5C:4C:7D:FA:FA
                        Channel:1
                        Frequency:2.412 GHz (Channel 1)
                        Quality=70/70  Signal level=-25 dBm  
                        Encryption key:on
                        ESSID:"elecom2g-7dfaf9"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
                                  18 Mb/s; 36 Mb/s; 54 Mb/s
                        Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
                        Mode:Master
                        Extra:tsf=0000000000000000
                        Extra: Last beacon: 43ms ago
                        IE: Unknown: 000F656C65636F6D32672D376466616639
                        IE: Unknown: 010882848B961224486C
                        IE: Unknown: 030101
                        IE: Unknown: 050400010000
                        IE: Unknown: 07064A5020010D1E
                        IE: Unknown: 33082001020304050607
                        IE: Unknown: 33082105060708090A0B
                        IE: Unknown: 2A0100
                        IE: Unknown: 32040C183060
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : PSK
                        IE: Unknown: DD310050F204104A000110104400010210470010BC329E001DD811B28601BC5C4C7DFAFB103C0001011049000600372A000120
                        IE: Unknown: 0B05040000127A
                        IE: Unknown: 2D1AEF1117FFFF0000010000000000000000000000000C0000000000
                        IE: Unknown: 3D1601050600000000000000000000000000000000000000
                        IE: Unknown: 4A0E14000A002C01C800140005001900
                        IE: Unknown: BF0CB101C033FAFF0C03FAFF0C03
                        IE: Unknown: C005000000FAFF
                        IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                        IE: Unknown: DD07000C430F000000
                        IE: Unknown: DD21000CE708000000BF0CB101C0332AFF92042AFF9204C0050000002AFFC303010202
    So from the output, my signal quality should be perfect?

    Also, after I try running wpa_supplicant, this is the output from # dmesg
    Code:
    [   32.764793] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [   44.692867] brcmfmac: brcmf_cfg80211_scan: Connecting: status (3)
    [   58.457893] brcmfmac: brcmf_cfg80211_scan: Connecting: status (3)
    [   79.935371] brcmfmac: brcmf_cfg80211_scan: Connecting: status (3)
    [   81.678395] brcmfmac: brcmf_notify_escan_complete: Scan abort failed
    [   81.678593] brcmfmac: brcmf_cfg80211_escan_handler: scan not ready, bsscfgidx=0
    [   81.678597] brcmfmac: brcmf_fweh_event_worker: event handler failed (69)
    [   81.689952] brcmfmac: brcmf_cfg80211_escan_handler: scan not ready, bsscfgidx=0
    [   81.689955] brcmfmac: brcmf_fweh_event_worker: event handler failed (69)
    [   81.696074] brcmfmac: brcmf_cfg80211_escan_handler: scan not ready, bsscfgidx=0
    [   81.696080] brcmfmac: brcmf_fweh_event_worker: event handler failed (69)
    [   81.696192] brcmfmac: brcmf_cfg80211_escan_handler: scan not ready, bsscfgidx=0
    [   81.696196] brcmfmac: brcmf_fweh_event_worker: event handler failed (69)
    I'm using Arch Linux; in case that has something to do with it;
    all the solutions I've found on google appear to relate to Realtek and Intel wifi cards so I don't know if they are relevant

    Again, thank you so much for helping, sorry for the trouble

  7. #1977
    Join Date
    Oct 2009
    Beans
    607

    Re: Asus X205TA hardware support in Ubuntu

    Strange, I wouldn't really know what to make of it. The error messages are not really specific and seem to point to different problem areas. Those "ioctl[SIOCSIWENCODEEXT]: Invalid argument" errors are expected but the other ioctl-error (Resource temporarily unavailable) might indicate a problem with how linux is able to control the wifi chip.

    I think signal level=-25 dBm means a strong signal, freq=2412 means channel 1, which from what I've read should be no issue in Japan (but I'm not really sure). reason=3 locally_generated=1 doesnt really pinpoint the issue as I also get those codes when entering a wrong wpa-key (but in that case it is accompanied with a more descriptive error). On one hand auth_failure seems to indicate something is wrong with the key exchange, on the other hand - as you said - the timeout message seems to indicate somethings wrong with the communication (either the wifi-chips' signals don't reach the router or the router's signals don't reach the wifi-chip).

    Maybe it's easiest to go by trial and error: Boot for example from a liveusb my prebuilt xubuntu iso with my kernel, and see if you can connect to your network. If this works, you know nothing is wrong with the chip and/or router signal/frequency/encryption/etc..
    After that you can boot back into Arch and try to install my prebuilt kernel. If my kernel works you know somethings wrong with your kernel, otherwise somethings wrong with your arch install (maybe missing/malfunction crypto libs or wpa_supplicant related packages).

  8. #1978
    Join Date
    Apr 2007
    Beans
    66

    Re: Asus X205TA hardware support in Ubuntu

    Remember folks, non-Ubuntu discussion is not allowed in this thread. We don't want the mods to lock the thread again. Please use the ASUS X205TA hardware support for any other OS thread for that.
    ASUS Eee Book X205TA | OS: Manjaro Linux Xfce | Kernel: 5.8.X-X-MANJARO

  9. #1979
    Join Date
    Jun 2018
    Beans
    10

    Re: Asus X205TA hardware support in Ubuntu

    Quote Originally Posted by harryharryharry View Post
    Strange, I wouldn't really know what to make of it. The error messages are not really specific and seem to point to different problem areas. Those "ioctl[SIOCSIWENCODEEXT]: Invalid argument" errors are expected but the other ioctl-error (Resource temporarily unavailable) might indicate a problem with how linux is able to control the wifi chip.

    I think signal level=-25 dBm means a strong signal, freq=2412 means channel 1, which from what I've read should be no issue in Japan (but I'm not really sure). reason=3 locally_generated=1 doesnt really pinpoint the issue as I also get those codes when entering a wrong wpa-key (but in that case it is accompanied with a more descriptive error). On one hand auth_failure seems to indicate something is wrong with the key exchange, on the other hand - as you said - the timeout message seems to indicate somethings wrong with the communication (either the wifi-chips' signals don't reach the router or the router's signals don't reach the wifi-chip).

    Maybe it's easiest to go by trial and error: Boot for example from a liveusb my prebuilt xubuntu iso with my kernel, and see if you can connect to your network. If this works, you know nothing is wrong with the chip and/or router signal/frequency/encryption/etc..
    After that you can boot back into Arch and try to install my prebuilt kernel. If my kernel works you know somethings wrong with your kernel, otherwise somethings wrong with your arch install (maybe missing/malfunction crypto libs or wpa_supplicant related packages).
    Okay, so I've booted into the prebuilt xubuntu ISO but it still exhibits the exact same symptoms as my arch install!
    NetworkManager does the same thing where it asks for my wifi passphrase multiple times before failing, and manually connecting via wpa_supplicant also yields the exact same output as before!
    The X205TA is the only wireless device that can't connect to my home network; my 3DS, PS Vita, Android phone and old single-core AIO can all connect to it, factory resetting the router didn't help either

    I'm honestly at a loss here; Google isn't helping much either

    Quote Originally Posted by Yochanan View Post
    Remember folks, non-Ubuntu discussion is not allowed in this thread. We don't want the mods to lock the thread again. Please use the ASUS X205TA hardware support for any other OS thread for that.
    Oops, sorry! I wasn't aware that non-Ubuntu discussion wasn't allowed in the thread; from now on I'll be using the xubuntu live USB to troubleshoot, if that's okay?

  10. #1980
    Join Date
    Apr 2007
    Beans
    66

    Re: Asus X205TA hardware support in Ubuntu

    Quote Originally Posted by ludburgh View Post
    Oops, sorry! I wasn't aware that non-Ubuntu discussion wasn't allowed in the thread; from now on I'll be using the xubuntu live USB to troubleshoot, if that's okay?
    You can use whatever you want, just use the proper thread for discussion.
    ASUS Eee Book X205TA | OS: Manjaro Linux Xfce | Kernel: 5.8.X-X-MANJARO

Page 198 of 222 FirstFirst ... 98148188196197198199200208 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •