Jump to content
XPEnology Community

hawie

Member
  • Posts

    37
  • Joined

  • Last visited

Everything posted by hawie

  1. hawie

    Working DSM 6

    so far so good! The official e1000e driver, support your NIC, intel 82567LM. I tried one 82574L (id 8086-10D3), no lucky
  2. hawie

    Working DSM 6

    thx @oktisme, everything works! Would u please release one usb bootable img version? it's very important to us.
  3. hawie

    Working DSM 6

    Did anybody try it with Broadcom BCM5723 NIC (HP N54L Integrated)? is it official supported w/o Extra drivers?
  4. Don't expect it any time soon. It's the first version expected so much
  5. DSM 6 beta 2 tool chain released, is it helpful?
  6. Btrfs Waiting for this big version upgrade... 3615xs xpe solution...
  7. It's one known bug (nanoboot series). temp fix code: #!/bin/sh case $1 in start) if [ -f /var/packages/shutdown_script/DSShutdown.sh ]; then /var/packages/shutdown_script/DSShutdown.sh & fi ;; stop) if [ -f /var/tmp/shut.down ]; then rm /var/tmp/shut.down fi ifconfig eth0 down ;; *) echo "Usage: $0 [start|stop]" ;; esac named as S99ZZZ_Shutdown.sh or anything you like. and chmod +x, put it to /usr/syno/etc/rc.d reboot.
  8. v1.0 already include this driver: Add ATHEROS alx driver (Qualcomm Atheros AR816x/AR817x support) ar8161 works. it's my mistake~ I put another variant edition to boot. Does this version support WOL? just tried options but no lucky: eth0_wol_options="g" support_wol="yes" wol_enabled_options="g"
  9. Yes, It works like a charm! thanks a lot!!! Another request, would you please add AR8161 NIC support? common MBs with this IC, mine is Gigabyte Z77-DS3H. lspci: 1969:1091 Atheros Communications AR8161 Gigabit Ethernet ref linux source: http://www.linuxfoundation.org/collabor ... orking/alx regards.
  10. Would you please add power saving support for AMD family 20 (AMD E-350, 1.6GHz always -> 800MHz idle)? Found some resources: http://karbowiak.tumblr.com/post/598527 ... d-powernow Patched version but detain source: http://patch-tracker.debian.org/package ... tils/008-1 http://ftp.de.debian.org/debian/pool/ma ... ian.tar.gz cpufrequtils syno ipkg version is 006, need update to latest version or mod. maybe kernel need to be modded too. /dev/cpu/...
×
×
  • Create New...