Quantcast
Browsing all 141 articles
Browse latest View live

Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

I thought I already hit the "Post Message" button early today :) when I meant to post this: The new driver is robust enough that it seems the necessary change might be as simple as this:...

View Article


Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

I already tried this and then I get a kernel panic. (posted it earlyer). Maybe I had the wrong syntax in the dts(i), but I don't even see how the driver read the dts and switches between ports like...

View Article


Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

Peacemaker Wrote: ------------------------------------------------------- > I already tried this and then I get a kernel > panic. (posted it earlyer). > > Maybe I had the wrong syntax in...

View Article

Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

Hey, so I tried to understand what is causing exectly the kernel panic. What I think is the core of the Problem: void __iomem *port_base[SATA_OXNAS_MAX_PORTS]; void __iomem...

View Article

Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

<0x45900000,0x45910000} That } is a problem. And we still need it to truly understand it is _one_ controller with _two_ ports. This really needs to be handled @ the driver code, and then only the...

View Article


Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

Hey, the } was a mistake within the copy & past. I tried several ways to input an array QuoteAnd we still need it to truly understand it is _one_ controller with _two_ ports. This really needs to...

View Article

Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

When the kernel attempts to initialize the sgdma controller for a second time, "You're gonna have a bad day"

View Article

Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

Sure, but why do you think the drive is goning to inital the controller a second time, with an arraysize of 2 instead of 1 ? As I read the bootlog it panics on instand, and there is no second initial...

View Article


Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

There should never be an array! Thats the point!

View Article


Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

Thanks, Warhead I see that the *.dts does not accept an array. But what do you think of the array in the driver (sata_oxnas.c)? In the vendores driver there are similar code for the with an...

View Article

Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

In order to support more than 1 port, proper locking got to be implemented in the sata_oxnas driver. The vendor SDK uses a quite complex setup for that to allow both, direct access and hardware raid...

View Article

Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

Hey, your right so far, Warhead has this driver in an old git. https://github.com/WarheadsSE/OX820-3.1-Linux And beside from raid, cardreader, front usb3.0 and gpio, this non-fdt works so far. The...

View Article

Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

WarheadsSE Wrote: ------------------------------------------------------- > > #define > SATA_REG_BASE OXNAS_HW_PA_TO_VA(0x05900000) > #define > SATA_PHY_BASE...

View Article


Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

By the way - what's this: https://dev.openwrt.org.cn/browser/openwrttrunk/trunk/target/linux/oxnas/files/drivers/ata

View Article

Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

Ohhhhh,... this is looking not so bad. I compiled this openwrt, for so far, it is working. + uboot find 2 HDD + openwrt find 2 HDD - Uboot Mac address must be set manual - usb is not working (ehci...

View Article


Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

Okay, I compiled an 3.18 Kernel for my Debian Initrd and did some short tests: uImage3.18_2 Initrd_w What is working: - Booting with original uBoot - Ethernet - Both HDD and Raid Whats not working: -...

View Article

Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

Sounds nice. I have not had enough time yet to try this with my Akitio Mycloud Mini and Silverstone DC01 devices. Maybe some day at christmas. BTW, did you use directly OpenWRT kernel or just patch...

View Article


Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

I just patched 3.18.0 Kernel

View Article

Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

Peacemaker Wrote: ------------------------------------------------------- > I just patched 3.18.0 Kernel OpenWRT kernel seems to have lots of generic patches. Maybe there is something necessary.

View Article

Re: Debian on Shuttle KD20 (PLX OXNAS 7821)

I uesd the additional files & all kernel patches from the openwrt trunk. For now I compiled the released 3.18.1 There's not much changed to a prior version. # SATA+Raid's working well ( ok a bit...

View Article
Browsing all 141 articles
Browse latest View live