Topic profile page for NetLink.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: NetLink.
Topic "Netlink" was discussed 0 times on 0 sites in last 3 months
Started 2 weeks, 5 days ago (2009-11-26 01:08:00)
by priyankal
Hi, I'm a netlink newbie developing a kernel module (as stated above) for 2.6.x kernels. I'm simply truing to pass a(any) message between the user space and the kernel. The changes to the netlink APIs from kernel to kernel are confusing. Below is my kernel code: Code: #include #include #include #include #include #include #include #include #include #define NETLINK_...
Started 3 weeks ago (2009-11-23 21:49:00)
by bluesolos
hi, i am trying to optimize my broadcom gigabit netlink ethernet card settings to maximize performance and throughput. there are many settings that i can adjust but i dont know what any of them means. can someone help me choose the optimal settings? the settings i can change are: arp offload ethernet@wirespeed flow control interrupt moderation ipv4 checksum offload ...
Started 3 weeks, 3 days ago (2009-11-21 00:10:00)
by muradaikan
( Currently /usr/include/linux/netlink.h has #include /* for sa_family_t */ and contains ss_family but has sa_family. So should the line be #include /* for sa_family_t */ in /usr/include/linux/netlink.h ? Thanks, muradaikan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to ...
Started 1 month ago (2009-11-10 09:10:00)
by Gordon Haverland
( Package: udev Version: 147~git20091109-1 Severity: normal I don't know, is an initialization error the same as a creation error? Trying to upgrade udev an hour or so ago, I get: setting up udev \(147~git20091109-1\) ... error initializing netlink socket Cannot start udevd. \(rc=3\) -- Package-specific info: -- /etc/udev/rules.d/: /etc/udev/rules.d/:...
Started 3 months ago (2009-09-16 11:37:00)
by kuncono
May anybody help me about the driver of Broadcom NetLink Fast Ethernet Adapter (BCM5906)??? I have a Lenovo 3000 G400 which installed with Kalyway 10.5.2 and the ethernet can't function properly... I need some help please.... Thanks for attention
Started 2 days, 3 hours ago (2009-12-13 13:19:00)
by sctong
Hi, I just received my new Studio 1555 laptop. It has a Broadcom NetLink Gigabit Ethernet NIC that's rated at 10/100/1000 Mbps. It won't connect at 1 Gbps. - Windows 7 64-bit - Driver details: Microsoft, 4/26/2009, 11.22.02 - No other drivers available on the Dell support page for this NIC, so this is the one that comes pre-installed or installs when I uninstall the driver and then ...
Started 6 days, 11 hours ago (2009-12-09 05:09:00)
by wahaha
Now your problem is you cannot install Mobile IP HUT into your fedora? Can you please check in online because i remember someone posted his solution to solve it. I believe you still can find the solution, previously i use up to 1 month to solve it... by following the person's solution. You might need more time to find how people solve it in any linux forum
Started 1 week, 1 day ago (2009-12-07 08:59:00)
by brendan_p
Sadly no... I've put some time aside next week to research this further and will update if I do find something. It's a tough one, very niche issue by the looks of it. If you come across anything, please do let me know. All the best Brendan
Started 1 week ago (2009-12-08 13:10:00)
by Volker Lanz Guest
On Monday 07 December 2009 23:01:43 Yinghai Lu wrote: > can you try to disable > > CONFIG_X86_CHECK_BIOS_CORRUPTION > and > CONFIG_X86_RESERVE_LOW_64K Still freezes and produces this log: -------------------------------------------------- --------------------------- [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux ...
Started 3 days, 9 hours ago (2009-12-12 07:53:00)
by benbradley
How about PC. Yes, it's meant Personal Computer and Politically Correct, but in your story it can mean Palm Computer. Netlink appears to be used both generically and as a brandname, so I think that's out. How about netbook? Yeah, it's in current use for small laptop/notebook computers, but it's quite close to what you describe, and it generic, NOT trademarked. Or, how about cellphone? ...
Started 5 days, 18 hours ago (2009-12-09 23:00:00)
by KOSAKI Motohiro
(cc to netdev) Hi net-folks > > [ Â*561.323866] mtrr: type mismatch for e0000000,10000000 old: > > write-back new: write-combining > > [ 2688.500033] No probe response from AP 00:02:2d:08:51:2b after > > 500ms, disconnecting. > > [ 2689.580376] wlan0: direct probe to AP 00:02:2d:08:51:2b (try 1) What's mean "No probe response"? Why its point waste 2000sec? (intentional ...
Started 1 week ago (2009-12-08 07:30:00)
by Ioannis Kyriakopoulos Guest
Hi, >> I have configured my kernel (2.6.31.6) so that I get periodic ticks from >> the timer interrupt (i.e. tickless is not configured) with a rate determined >> by the HZ value. I've also checked the "high resolution timer support" >> and also SMP support. The posblem is that the timer is getting incremented >> very slowly (way slower than the HZ value), just like it would be...