Jump to content
XPEnology Community

tomkoval

Rookie
  • Posts

    2
  • Joined

  • Last visited

Everything posted by tomkoval

  1. tomkoval

    DSM 6.2 Loader

    To have correct MAC address for NIC you need to change it in /grub/grub.cfg file before booting NAS but if you forgot, there is still a chance to do it (and change serial number as well). To do so we need to change grub.cfg file on internal flash (see above). /dev/synoboot do not show in mount nor fdisk -l but still if you run fdisk -l /dev/synoboot you should see: Disk /dev/synoboot: 119.5 MiB, 125304832 bytes, 244736 sectors <- (size depends of usb drive used, here it is internal flash of Netgear ReadyNas Pro2) Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: AFB38D11-BCEA-4409-B348-F4FEEE602114 Device Start End Sectors Size Type /dev/synoboot1 2048 32767 30720 15M EFI System /dev/synoboot2 32768 94207 61440 30M Linux filesystem /dev/synoboot3 94208 102366 8159 4M BIOS boot Create folder somewhere (/) and mount first partition from above mount -o loop,offset=1048576 /dev/synoboot /temp where offset is sector size(512) multiplied by start sector of 1st partition(2048). Now you should have access to grub.cfg in grub folder. Change mac1 and mac2 to correct hardware addresses. After writing to file you can unmount /dev/synoboot and reboot to check if changes applied correctly.
  2. Hi All Been here a while but first time I need help with Xpenology. Got already Netgear and Asus DiskStation converted to xpenology with Loader 6.2 and they work perfect. But I have issue with something not really NAS area. I got damaged Asus AspireONE Laptop and since got one 2TB 2.5 inch drive lying around decided to give it a try. I got loader from https://xpenology.com/forum/topic/7848-links-to-loaders/ Jun's loader v1.02b DS3615xs Laptop boots from usb fine but that's all no network connection. No led activity on NIC, router can't see any connection on port connected. I know that was discussion about Atheros Alt1c.ko before and it is included in above loader, so all looks ok but still no connection what so ever. Ubuntu boots fine and with network access, here is ifconfig output: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 3:00.0 Ethernet controller: Qualcomm Atheros AR8132 Fast Ethernet (rev c0) Subsystem: Acer Incorporated [ALI] Device 022f Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 29 Region 0: Memory at 95000000 (64-bit, non-prefetchable) Region 2: I/O ports at 2000 Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [48] MSI: Enable+ Count=1/1 Maskable- 64bit+ Address: 00000000fee0300c Data: 4162 Capabilities: [58] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 4096 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited ExtTag- AttnBtn+ AttnInd+ PwrInd+ RBE+ FLReset- SlotPowerLimit 6.500W DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 unlimited ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [6c] Vital Product Data pcilib: sysfs_read_vpd: read failed: Input/output error Not readable Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn- Capabilities: [180 v1] Device Serial Number ff-13-c2-07-00-26-22-ff Kernel driver in use: atl1c Kernel modules: atl1c eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether 00:26:22:13:c2:07 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- In GRUB shows both cards as well: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 01:00.0 168c:001c Ethernet controller 03:00.0 1969:1062 Ethernet controller -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- So in theory all good and it should work. Tried different usb sticks and usb ports but still the same. I tried adding extra.lzma file but first of all that drive is already included and no difference. Any help welcome. Tom
×
×
  • Create New...