|
More site info...
|
|
Forum profile page for Embedded on http://dunedin.lug.net.nz.
This report page is the aggregated overview from a single forum: Embedded, located on the Message Board at http://dunedin.lug.net.nz.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Embedded" on the Message Board at http://dunedin.lug.net.nz is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Embedded:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
7
|
17
|
37
|
|
Post:
|
18
|
43
|
82
|
|
|
Embedded Posting activity graph:
|
Top authors during last week:
user's latest post:
interfaces on network switch -...
Published (2009-12-09 18:30:00)
"David Schwartz" <davids@webmaster.com> wrote in message news:eb82b8d3-9b43-4c31-a38c-84e1cf2b160d@z3g2000prd.googlegroups.com... On Dec 8, 4:21 pm, "Mark" <mark_cruzNOTFORS...@hotmail.com> wrote: > Typically, hardware switches present to Linux as two bits: > 1) They present a network interface that connects to a virtual port on > the switch. > 2) They...
user's latest post:
Regd head.S
Published (2009-12-09 02:57:00)
Hi, Eager to know the use of head.S file. As far i understand by looking into the head.S file, it does the following - - head.S contains the 32-bit startup code. - Clear BSS - Do the decompression, and jump to the new kernel But, how head.S file is related with the bootloader and where does it lie in the memory ? It looks like head.S does the decompression and gives the control to the new kernel. It looks like it does the functionality of the...
user's latest post:
interfaces on network switch
Published (2009-12-09 02:49:00)
Pascal Hambourg <boite-a-spam@plouf.fr.eu.org> wrote: > Philip Paeps a écrit : >> Pascal Hambourg <boite-a-spam@plouf.fr.eu.org> wrote: >>> >>> Actually the Linux bridge code uses the lowest MAC address of all ports. >>> IMO that sucks, because the bridge adress may change when you add a port. >> >> I...
user's latest post:
Alternative to background...
Published (2009-12-04 00:21:00)
karthikbalaguru wrote: > Hi, > I would like to run one application initially . > After 10 seconds, i would like to execute the > second application from the shell. > > Let the applications be named as > Application_1 and Application_2. > > Application_1 will keep generating some > information continously. It is a continous loop > of information generation. >...
user's latest post:
Alternative to background...
Published (2009-12-04 06:08:00)
On 3 Dez., 17:49, karthikbalaguru <karthikbalagur...@gmail.com> wrote: > On Dec 3, 4:21*pm, Rene <a...@b.c> wrote: > > > > > karthikbalaguru wrote: > > > Hi, > > > I would like to run one application initially . > > > After 10 seconds, i would like to execute the > > > second application from...
user's latest post:
webif on sheevaplug
Published (2009-12-08 03:34:00)
webif on sheevaplug build opkg package for kirkwood glibc 2.6.x linux 2.6 install/force opkg on sheevaplug. seems to coexist with apt-get but it may get confusing. install uci libuci haserl ( these may be on the optware/cs08q1armel repository) or build them. build busybox package for kirkwood glibc 2.6.x linux 2.6 to include ps, awk, ls, sh , ash , free. just copy the exe to /bin. Add httpd if you want to use it. i use thttpd (works ok) need...
user's latest post:
interfaces on network switch
Published (2009-12-09 17:45:00)
On 2009-12-09, Mark <mark_cruzNOTFORSPAM@hotmail.com> wrote: > > "Pascal Hambourg" <boite-a-spam@plouf.fr.eu.org> wrote in message > news:hflbno$kok$1@saria.nerim.net... >>> Mark <mark_cruzNOTFORSPAM@hotmail.com> wrote: >>>> As I understand typically the Layer2 switch may have one MAC...
user's latest post:
interfaces on network switch -...
Published (2009-12-09 03:24:00)
"Mark" <mark_cruzNOTFORSPAM@hotmail.com> wrote in news:hfnboj$rio$1@aioe.org: > "Grant Edwards" <invalid@invalid.invalid> wrote in message > news:hfna18$pat$1@reader1.panix.com... >>> In my original post I was talking about a hardware switch. >> >> Then the question doesn't make any sense. The kernel doesn't...
|
|
|
|
Latest active threads on Embedded::
Started 3 days, 8 hours ago (2009-12-08 22:45:00)
by Philip Paeps
Mark <mark_cruzNOTFORSPAM@hotmail.com> wrote:
> As I understand typically the Layer2 switch may have one MAC address shared
> by its every port (MAC address isn't necessary for frames forwarding, but is
> for management functions). I would like to understand, how does the kernel
> treat multiport switches - it it viewed as one single NIC, or every port is
> a NIC for the kernel?
It ...
Started 2 weeks, 1 day ago (2009-11-27 07:03:00)
by Stefan
> How can I setup the port to run in RS485 mode ? Do I have to change
> some port
> settings in my software, change some settings in Linux config files or
> use another
> /dev/tty driver file ?
>
> Best Regards
>
> /Alessandro
Hello, I am not so familiar with Linux, but may be, i can give some
hints regarding RS485 / RS422:
First, RS485 is allways half duplex. Full Duplex version...
Started 1 week, 1 day ago (2009-12-04 00:21:00)
by Rene
karthikbalaguru wrote:
> Hi,
> I would like to run one application initially .
> After 10 seconds, i would like to execute the
> second application from the shell.
>
> Let the applications be named as
> Application_1 and Application_2.
>
> Application_1 will keep generating some
> information continously. It is a continous loop
> of information generation.
> Application_2 will keep ...
Started 3 weeks ago (2009-11-20 15:55:00)
by David Schwartz
On Nov 19, 5:23*pm, "Mark" <mark_cruzNOTFORS...@hotmail.com> wrote:
> Linux kernel has its own implementation of the spanning tree, it comes along
> with the bridge functionallity. Many Layer2 switch vendors ship their SDK
> (full sources, inlcuding Linux kernel), implementing VLAN, ACL etc.
> functions as well as STP.
> What is the point of doing this? Is Linux's STP implementation ...
Started 3 weeks, 4 days ago (2009-11-16 15:25:00)
by steve_schefter@hotmail.com
Hi Jingyu.
On Nov 15, 2:42*pm, Jingyu Liu <jyli...@gmail.com> wrote:
> ================================================== ===
> * * * * mtspr * SPRN_M_TWB, r6
> * * * * lis * * r4,2f@h
> * * * * ori * * r4,r4,2f@l
> * * * * tophys(r4,r4)
> * * * * li * * *r3,MSR_KERNEL & ~(MSR_IR|MSR_DR)
> * * * * mtspr * SPRN_SRR0,r4
> * * * * mtspr * SPRN_SRR1,r3
> * * * * rfi
>
> /* Load up the...
|
|
Hot threads for last week on Embedded::
Started 3 days, 8 hours ago (2009-12-08 22:45:00)
by Philip Paeps
Mark <mark_cruzNOTFORSPAM@hotmail.com> wrote:
> As I understand typically the Layer2 switch may have one MAC address shared
> by its every port (MAC address isn't necessary for frames forwarding, but is
> for management functions). I would like to understand, how does the kernel
> treat multiport switches - it it viewed as one single NIC, or every port is
> a NIC for the kernel?
It ...
Started 1 week, 1 day ago (2009-12-04 00:21:00)
by Rene
karthikbalaguru wrote:
> Hi,
> I would like to run one application initially .
> After 10 seconds, i would like to execute the
> second application from the shell.
>
> Let the applications be named as
> Application_1 and Application_2.
>
> Application_1 will keep generating some
> information continously. It is a continous loop
> of information generation.
> Application_2 will keep ...
Started 2 weeks, 1 day ago (2009-11-27 07:03:00)
by Stefan
> How can I setup the port to run in RS485 mode ? Do I have to change
> some port
> settings in my software, change some settings in Linux config files or
> use another
> /dev/tty driver file ?
>
> Best Regards
>
> /Alessandro
Hello, I am not so familiar with Linux, but may be, i can give some
hints regarding RS485 / RS422:
First, RS485 is allways half duplex. Full Duplex version...
|
|