123
I Use This!
Very High Activity

News

Analyzed about 12 hours ago. based on code collected about 17 hours ago.
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: @jowyour patch, for me,  works with rootfs_data partition but not all clean it does, nvram partition has bad boundaries (see yours dmesg).for me works better the ... [More] change of by-one:   r->endby   r->end 1in     /bcm963xx-flash.ci tried several days to identify why it works on early revisions and now no works, and why? we must have to do the described changes. I not detected why.Salut [Less]
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: Hi all,@tel3m4k0Ok, I will write a ticket.@jowFor my dg834gt I used the trunk 13537 with your patch and router up and runnig without error.ByeMisteroX
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: Hi.Here's a quick workaround for the partition size / readonly issue:http://dev.luci.freifunk-halle.net/brcm … size.patchIt fixed the problem here, your mileage may vary.~ JoW
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: @misteroX,you can submit patch/changeset to https://dev.openwrt.org/newticketand Florian (thx), sure will submit to trunk.@ djdok,1.-MisteroX maked a good mini howto ... [More] for you.2.-I believe torrent is best than amule. 16MB maybe not enought ram, try mounting a swap partition. You can try p2p and say if it works. 3.-You can open router an see what kind of CPU holds. [Less]
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: Hi djdok,for my DG834GT I used trunk 13370 and router up and runnig without error but adsl did not work.Last trunk did  not work. See above post from t3l3m4k0.To ... [More] compile trunk 13370 I added this rows into file target/linux/brcm63xx/image/Makefile # DG834GT        $(call Image/Build/CFE,$(1),96348GW-10,6348) and this rows into file build_dir/linux-brcm63xx/linux-2.6.27.7/arch/mips/bcm63xx/boards/board_bcm963xx.c static struct board_info __initdata board_96348gw_10 = {        .name                           = "96348GW-10",        .expected_cpu_id                = 0x6348,        .has_enet0                      = 1,        .has_enet1                      = 1,        .has_pci                        = 1,        .enet0 = {                .has_phy                = 1,                .use_internal_phy       = 1,        },        .enet1 = {                .force_speed_100        = 1,                .force_duplex_full      = 1,        },        .has_ohci0 = 1,        .has_pccard = 1,        .has_ehci0 = 1,};/** all boards*/static const struct board_info __initdata *bcm963xx_boards[] = {#ifdef CONFIG_BCM63XX_CPU_6348              &board_96348gw_10,        ,#endif *****For developers,Can you add the rows for DG834GT in the last trunk ?Bye MisteroX [Less]
Posted almost 17 years ago
Topic: New Release Candidate Message: http://luci.freifunk-halle.net/UserDocs … ramcommand
Posted almost 17 years ago
Topic: New Release Candidate Message: How can I turn on 32M of memory on my WL-500gP box using 8.09 RC1?There are only commands with nvram utility on Wiki and nvram command is not available anymore: Code:nvram set sdram_init=0x0009 nvram set sdram_ncdl=0x10308 nvram commit reboot
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: @ t3l3m4k0Ok thx for the infos, but i have some questions:1) to build the "firmware.bin" have to build the 13370?2) once i can flash the firmware, according to you ... [More] , will be it possible to install amule on the routers and make them p2p stations?3) i have another router hamlet hrdsl512w but i haven't found any information on internet about it, how can i get those sys infos?Thx for your patienceRegards [Less]
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: @djdok,To install openwrt at this moment you must have serial console acces to router.When router boots, CFE loader can be breack. You can use "help" command to see a ... [More] list of availables commands.You can use something similar to this "flashimage 192.168.1.100:firmware.bin" to upload firmware.If firmware update goes wrong you must have a JTAG interface to debrick device.Consider, at this moment of developement, if you don't have or can have a  JTAG interface i recommend don't change firmware.Also DSL is not working.salut [Less]
Posted almost 17 years ago
Topic: New Broadcom BCM63xx codebase with GPL'd Ethernet and USB support Message: Hi everybody,i've got either an USR9108 rotuer or a DG834GT and i'd like to install openwrt on both. The problem is that this is the first time i try to do things like ... [More] these and i'd like to know which are the steps i must follow to install openwrt on those routers.Any advice is appreciate and i'm sorry if this looks like a n00b post.Regards [Less]