123
I Use This!
Very High Activity

News

Analyzed about 16 hours ago. based on code collected about 21 hours ago.
Posted over 16 years ago
Topic: HEADS UP -- Server upgrade @ 2009-03-29 Message: It looks like that the folderĀ  http://downloads.openwrt.org/snapshots was lost in the upgrade./Mats
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: florian_ wrote:There is nothing wrong with the current configuration. What is happening is that the switch driver probes for two known types of switches : ADM6996 and ... [More] Broadcom BCM536x. It first probes for the ADM6996 switch and then for the broadcom switch. Eth0 is the "WAN" port of the device and has an internal phy and one dedicated Ethernet MAC. Eth1 is connected to a switch (external) using MII and also has a dedicated ethernet MAC. You should not have to modify anything. Perfect, thank's for the answer.So eth0 is related to the adsl part of the SoC? That's the only wan port available on the alice.What surprise me (not the only thing :-)) is that the external (eth1) is recognized by the driver as a bcm53xx, and the internal as an AMD6996. As the SoC is a broadcom device i would have expected to opposite. [Less]
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: There is nothing wrong with the current configuration. What is happening is that the switch driver probes for two known types of switches : ADM6996 and Broadcom ... [More] BCM536x. It first probes for the ADM6996 switch and then for the broadcom switch. Eth0 is the "WAN" port of the device and has an internal phy and one dedicated Ethernet MAC. Eth1 is connected to a switch (external) using MII and also has a dedicated ethernet MAC. You should not have to modify anything. [Less]
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: May be an error in the board_bcm963xx.c?I should delete or disable one "enet" ?What are exactly the meaning of has_enet and why enet0 and enet1 have different settings?See .has_phy .has_internal_phy .force_speed .force_duplex_full.
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: (ALICE GATE VOIP 2 PLUS WIFI BUSINESS)Hi,today we will try the last trunk revision to test the echi module.I've a question:the kernel found two switch, one on eth0 ... [More] with driver adm6996 which doesn't seem to be connected on any port, and one roboswitch (driver bcm53xx) on eth1 wich work perfectly. Naturally eth0 and eth1 have two different mac.Any idea of what is the eth0 interface? Something related with adsl or voip interfaces?In the mean time we have made some test with the ROBOSwitch.Internal Port: 5Switch Port: 0 1 2 3 (respectively port labeled 1 2 3 4)The port number 4 appear to be unused.So for example (as the dsl modem doesn't work and you wish to use an external modem): Code:config switch vlan0 "0 1 2 5*" vlan1 "3 5" Will let you use the eth1.1 in the ifname option of your wan section.Is it possible to have a different /etc/config/network files only on the agpf-s0 image? Or I could just change the included packages with the profiles method. [Less]
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: I think there was an issue loading the EHCI modules with CONFIG_USB_EHCI_ROOT_HUB_TT set. This should be fixed with [15020] and should now make ehci work as well on brcm6358.
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: Ramponis:If you want an ext2 or ext3, then you need to include it in the kernel under file systems. The advantage is that it's case sensitive and if you try to install ... [More] or run Linux programs or modules from the flash, it will work. If you do include ext2 or ext3, you won't need the nls stuff, but I would recommend e2fsprog to format and maintain the drive, at least as a module.marc. [Less]
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: ramponis wrote:Hi florian_I have a Pirelli gate voip 2 wi-fiI have flashed it with r15010 and it works.I hava also installed the packages for the ... [More] usb:kmod-fs-vfatkmod-nls-basekmod-scsi-corekmod-scsi-generickmod-usb-corekmod-usb-storagekmod-usb2But when i try to connect to the usb my pendrive... it does not mount itWhat's wrong?Do you have a working version?Thank you Hi,i friend of mine have the same modem, it seems that there are some problem with the usb2, in his case he get an over current error, take a look at the log (dmesg) when you insert a flash key for example.He "solved" using only usb 1, not loading the usb2 (ehci) module. [Less]
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: @ ramponis,with permision of Florian_,you must also install:nls_cp437 and nls_iso8859_1
Posted over 16 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: Hi florian_I have a Pirelli gate voip 2 wi-fiI have flashed it with r15010 and it works.I hava also installed the packages for the ... [More] usb:kmod-fs-vfatkmod-nls-basekmod-scsi-corekmod-scsi-generickmod-usb-corekmod-usb-storagekmod-usb2But when i try to connect to the usb my pendrive... it does not mount itWhat's wrong?Do you have a working version?Thank you [Less]