Hello,
I'm trying to get the new vstuff working on a Beronet BN2S0 (HFC-4S with
only 2 ports wired).
To enable the support for this hardware I had to add a couple of lines
in hfc-4s_main.c
/#ifndef PCI_SUBDEVICE_ID_CCD_BERONET2
#define PCI_SUBDEVICE_ID_CCD_BERONET2 0xb566
#endif/
and
/ {
PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC_4S,
PCI_VENDOR_ID_CCD, PCI_SUBDEVICE_ID_CCD_BERONET2, 0, 0,
(unsigned long)&(struct hfc_card_config) {
.double_clock = 0,
.quartz_49 = 1,
.ram_size = 32,
.pwm0 = 0x1e,
.pwm1 = 0x1e,
.clk_dly_nt = 0xc,
.clk_dly_te = 0xe,
.sampl_comp_nt = 0x6,
.sampl_comp_te = 0x6,
}
},/
This allows the module to be properly loaded but then I have a problem
with the script visdn_configurator.
//usr/local/sbin/visdn_configurator: line 86: create: command not found
basename: missing operand
Try `basename --help' for more information.
/usr/local/sbin/visdn_configurator: line 134: connect: command not found
/
Did anyone manage to use it with vstuff?
As far as I can see, the variable $NETDEVCTL is empty and if I try to
set it to "visdn_netdev_ctl" it does a little more but it still fails
because this command doesn't support a "connect" parameter.
Is the script outdated? How is it possible to configure vstuff?
Thank you,
Nicolas
_______________________________________________
Visdn-hackers mailing list
[email protected]
https://mailman.uli.it/mailman/listinfo/visdn-hackers