LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 07-21-2006, 10:18 PM   #1
linx win
Member
 
Registered: Jan 2004
Posts: 390

Rep: Reputation: 31
Please help


Can you help me in the following thread:

http://www.linuxquestions.org/questi...d.php?t=465178

Here is the part of the ltmodem.c file causing the problem (lines 123, 125, 130 shown below):

PHP Code:
static int vendor_id 0;
static 
int device_id 0;

MODULE_PARM(vendor_id"i"); # This is line 123
MODULE_PARM_DESC(vendor_id"Vendor ID of the Lucent Modem e.g. vendor_id=0x11c1");
MODULE_PARM(device_id"i"); # This line 125
MODULE_PARM_DESC(device_id"Device ID of the Lucent Modem e.g. device_id=0x0440");

static 
int Forced[4] = {-1,-1,-1,0};

MODULE_PARM(Forced"4i"); # This is line 130
MODULE_PARM_DESC(Forced"Forced Irq,BaseAddress,ComAddress[,NoDetect] of the Lucent Modem e.g. Forced=3,0x130,0x2f8"); 
Here is the include part of the file:

PHP Code:
#include <linux/version.h>

#include <linux/module.h>
#include <linux/init.h>

#include <linux/sched.h>   // in order to get jiffies
#include <linux/param.h>   // in order to get HZ
#include <linux/pci.h>     // pci functions
#include <linux/time.h>
#include <asm/io.h>
#include "linuxif.h" 
 
Old 07-22-2006, 12:22 AM   #2
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Instead of starting a new thread, you could have stayed with the existing one for allowing the readers to get a better understanding of the problem.
And please use meaningful thread subjects, "please help" doesn't help.
 
Old 07-23-2006, 10:40 AM   #3
linx win
Member
 
Registered: Jan 2004
Posts: 390

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by jlliagre
Instead of starting a new thread, you could have stayed with the existing one for allowing the readers to get a better understanding of the problem.
And please use meaningful thread subjects, "please help" doesn't help.
Thanks for replay any way.

I started this thread because a member suggested the following in the other thread:

"This is one of those problems you really need a developer to figure out since their the ones that seem to have caused it."

So, I thouhgt that this is the forum where all developers meet. They will not have any idea about my other post if I do not post here. To keep the story short, I just mentioned the problematic areas only here. I wish some one will help other than you as usual.

Last edited by linx win; 07-23-2006 at 10:41 AM.
 
Old 07-23-2006, 12:09 PM   #4
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Okay, I missed the fact the previous posting was in another forum.

That said, to have a better chance to get help, I would still advice you to first use a meaningful title, not everyone read all threads so the risk is someone knowing the answer to your problem just miss your post, and second, to provide enough information in the new thread to explain what the problem is.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 02:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration