Giter Site home page Giter Site logo

hangs when booting from flash about rtl8188eu HOT 5 OPEN

lwfinger avatar lwfinger commented on September 13, 2024
hangs when booting from flash

from rtl8188eu.

Comments (5)

lwfinger avatar lwfinger commented on September 13, 2024

I have no idea what might be causing this problem; however, the first step is to use strace to see where a command is hanging. See 'man strace' for more info.

from rtl8188eu.

edn1 avatar edn1 commented on September 13, 2024

...
...
uname({sys="Linux", node="debian", ...}) = 0
access("/proc/net", R_OK) = 0
access("/proc/net/unix", R_OK) = 0
socket(PF_FILE, SOCK_DGRAM, 0) = 3
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4
access("/proc/net/if_inet6", R_OK) = 0
socket(PF_INET6, SOCK_DGRAM, IPPROTO_IP) = 5
access("/proc/net/ax25", R_OK) = -1 ENOENT (No such file or directory)
access("/proc/net/nr", R_OK) = -1 ENOENT (No such file or directory)
access("/proc/net/rose", R_OK) = -1 ENOENT (No such file or directory)
access("/proc/net/ipx", R_OK) = -1 ENOENT (No such file or directory)
access("/proc/net/appletalk", R_OK) = -1 ENOENT (No such file or directory)
access("/proc/sys/net/econet", R_OK) = -1 ENOENT (No such file or directory)
access("/proc/sys/net/ash", R_OK) = -1 ENOENT (No such file or directory)
access("/proc/net/x25", R_OK) = -1 ENOENT (No such file or directory)
ioctl(4, SIOCGIFFLAGS, {ifr_name="wlan0", ifr_flags=IFF_BROADCAST|IFF_MULTICAST}) = 0
ioctl(4, SIOCSIFFLAGS

=== here it waits for around 70 seconds ===

, {ifr_name="wlan0", ???}) = -1 EPERM (Operation not permitted)
dup(2) = 6
fcntl64(6, F_GETFL) = 0x2 (flags O_RDWR)
fstat64(6, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6fd5000
_llseek(6, 0, 0xbec40960, SEEK_CUR) = -1 ESPIPE (Illegal seek)
write(6, "SIOCSIFFLAGS: Operation not perm"..., 38) = 38
close(6) = 0
munmap(0xb6fd5000, 4096) = 0
exit_group(-1) = ?

from rtl8188eu.

lwfinger avatar lwfinger commented on September 13, 2024

On your distro, is ifconfig a script or a program? What distro are you using?

from rtl8188eu.

edn1 avatar edn1 commented on September 13, 2024

root@shira:# file /sbin/ifconfig
/sbin/ifconfig: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, stripped
root@shira:
# cat /etc/issue
Debian GNU/Linux 7 \n \l

from rtl8188eu.

edn1 avatar edn1 commented on September 13, 2024

i looked at some forums and tried also 'rfkill unblock all' - but that had no effect
it is strange:
if i boot with same kernel from sd-card, it works ok, even if i mount flash first
if i boot with same kernel from nand flash, it does not work, even if i chroot to sd-card first

from rtl8188eu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.