Jump to content

Foxtrot

Hak5 Team
  • Posts

    2,171
  • Joined

  • Days Won

    155

Posts posted by Foxtrot

  1. Hey seb,

    Foxtrot back with another bug, atleast I think so anyway;

    So on the 2.7.7 Firmware status page, Under the Interfaces panel, the WAN/LAN IP Address doesnt revert to nothing after the ethernet cable, I don't know if it is because it doesn't check every time the page loads or if thier even is a way to make it revert without a reboot.

    EDIT : Just looked at the page code and (As you probly know) it does check every time, but it doesn't seem to update...

    root@pineapple:~# ifconfig eth1 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}'
    172.16.42.226
    root@pineapple:~#
    
    Unplugged btw...
    

    -Foxtrot

  2. You can't do the opkg update.

    scp the two kmods to /tmp/ and run this command: opkg install *.ipk

    Reboot before you do so. Do NOT do opkg update because otherwise there will be an md5 mismatch.

    Oh gawd, Okay ill continue tommorow, thanks again and i'm happy to hear that LAN/WAN will work again :D

    -Foxtrot

  3. Hey Foxtrot,

    I'll get you your ledtriggers. For firmware 2.7.6 that is.

    Reading your post made me realize why the LEDs are currently broken. An update I did a long time ago removed the kmod without me realizing. Thanks!

    Anyway, I'll update this post with the kmods later.

    Best,

    Sebkinne

    No problems buddy, thanks again!

    -Foxtrot

  4. I have a huawei 3g dongle in my pineapple iv its connecting perfect again thanks to the latest firmware 2.7.6, (Thanks sebkinne), is there a way to have it disconnect without having to reboot the pineapple ?.

    You could try killing usb_modeswitch and anything to do with it.... But I have never tried it.

  5. Hey guys,

    I have had my Pineapple some time now, been really enjoying it too :)

    I did some reading on the /etc/config/system file on the OpenWRT wiki and found that you can do all sorts of cool stuff like heartbeat and morsecode B), but to do this, you need kmod-ledtrig-morse and kmod-ledtrig-heartbeat to do this, i was able to get the files with opkg install, how ever when it did try to install, i found out the package is for an older kernel version, does anyone have these packages for the 3.7.4 kernel

    -Foxtrot

    [Edit: It also seems that you _could_ (im not sure on the situation) get LAN and WAN leds to work by compiling/getting kmod-ledtrig-netdev to work as the LED Config for 'led_lan' the trigger is netdev]

    config led 'led_lan'
         option name 'LAN'
         option sysfs 'alfa:blue:lan'
         option trigger 'netdev'
         option dev 'eth0'
         option mode 'link rx tx'
    
×
×
  • Create New...