LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-19-2005, 10:23 AM   #31
suro
Member
 
Registered: Jun 2003
Location: Armenia, Yerevan
Posts: 33

Original Poster
Rep: Reputation: 15

Guys I'm just asking is that problem solved with Intel 537 on 2.60.10 kernels? especially on fc3?
What's up Osvaldo?
 
Old 05-19-2005, 10:38 AM   #32
osvaldomarques
Member
 
Registered: Jul 2004
Location: Rio de Janeiro - Brazil
Distribution: Conectiva 10 - Conectiva 8 - Slackware 9 - starting with LFS
Posts: 519

Rep: Reputation: 34
Hi Suro,
I'm afraid to say we didn't any progress till now. My customer is surfing with no problems.
I tried to assembly the src.rpm from fc3 in my machine but I didn't find a difference in th sources which could justify your unstable module behavior.
This patched module should work on fc3 as I can see.
May be you have another problem, like sharing interrupt with this board but I don't even have a machine to test now as I delivered it

Osvaldo.
 
Old 05-19-2005, 10:42 AM   #33
suro
Member
 
Registered: Jun 2003
Location: Armenia, Yerevan
Posts: 33

Original Poster
Rep: Reputation: 15
OK, thanks for replying :-)
 
Old 05-19-2005, 07:23 PM   #34
Gonto
Member
 
Registered: Apr 2005
Posts: 55

Rep: Reputation: 15
osvaldomarques, i'm in doubt if i should install Fedora Core 3 or Suse 9.3 to try (now i have Mandrake 10.1) because i don't know if the modem will work. The question is if you know if it works with Suse 9.3 because as i see Sudo is having problems with Fedora......

Thanks
 
Old 05-19-2005, 07:37 PM   #35
osvaldomarques
Member
 
Registered: Jul 2004
Location: Rio de Janeiro - Brazil
Distribution: Conectiva 10 - Conectiva 8 - Slackware 9 - starting with LFS
Posts: 519

Rep: Reputation: 34
Hi Gonto,

As you have read, there was an interface change between 2.6.9 and 2.6.10 kernels. I did some patches for the 537ep chipset modem which put this modem to work stable for Conectiva 2.6.10 upd1. It already worked for Suro but it's unstable on FC3. It freezes the computer in less than half an hour on FC3.
If the Suse 9.3 uses this kernel (2.6.10) you may give it a try with my patches. If it uses 2.6.11, I really don't know as there are another changes in the kernel. I would suggest you to install your distro in another partition to check the modem/driver behavior.

Good luck!

Osvaldo.
 
Old 05-19-2005, 07:44 PM   #36
Gonto
Member
 
Registered: Apr 2005
Posts: 55

Rep: Reputation: 15
Osvaldo,

Thanks for the quick reply! Suse 9.3 has the 2.6.11.? Kernel version so i guess it won't work with your patch, right??? I hate WinModems!!! but as in Brasil, here in Argentina hard modems are TOO EXPENSIVE!!!

Thanks
Martin
 
Old 05-19-2005, 07:55 PM   #37
osvaldomarques
Member
 
Registered: Jul 2004
Location: Rio de Janeiro - Brazil
Distribution: Conectiva 10 - Conectiva 8 - Slackware 9 - starting with LFS
Posts: 519

Rep: Reputation: 34
Hi Martin,

Nice to find a neighbor. About the modems, worst than price is the availability. I'm trying to buy it in Rio and I can't find it. This is the reason I am trying to use windmodems on linux. But the difficulty to solve the problems is horrible!!

I'll try tonight to use a CNR on board (pcchips). Tomorrow I tell you the result.

Good night!

Osvaldo.
 
Old 05-21-2005, 09:28 PM   #38
Gonto
Member
 
Registered: Apr 2005
Posts: 55

Rep: Reputation: 15
Osvaldo,

Hi neighbour!. I still couldn't find a way to make my modem work on 2.6.11 kernels, so i think i will compile a 2.6.10 kernel in my SuSE and then install the WinModem with that kernel. I will compile 2.6.10 kernel with the same config file as the default one so as not to think (yes, i'm lazy!!) Could you find a way to make it work in a 2.6.11 kernel??

See you

Martin
 
Old 05-22-2005, 02:07 PM   #39
osvaldomarques
Member
 
Registered: Jul 2004
Location: Rio de Janeiro - Brazil
Distribution: Conectiva 10 - Conectiva 8 - Slackware 9 - starting with LFS
Posts: 519

Rep: Reputation: 34
Hi Martin,

I have not access to this 537EP modem now. I tried already to compile it for 2.6.11 but without testing there is no a minimum guaranty to work. If you have some knowledge in C programing, I would suggest you to look in the warnings pointed by the compiler. Forget that "deprecated warnings" and focus on "incompatible pointer". Look at the kernel to see how that pointer or function is expected and edit the offending source fie.

The good notice I have today is I got the CNR modem to work on a pcchips mobo, using the alsa drivers. It's a smart link modem, mis-identified as Intel 537. It works better than 537EP. I downloaded slmodem-2.9.9d-alsa.tar.gz from http://linmodems.technion.ac.il/packages/smartlink/ and followed the instructions on the README specific for alsa drivers. It's GPLed.

On the other hand, you can compile the 2.6.10. Just copy your ".config" from your current kernel and do "make oldconfig" before compile it.

See you,

Osvaldo.
 
Old 05-27-2005, 10:13 AM   #40
qheolet
LQ Newbie
 
Registered: May 2005
Location: Dominican Republic
Distribution: Mandriva
Posts: 14

Rep: Reputation: 0
Quote:
Originally posted by osvaldomarques
Hi Henric,

Please, be specific! It's OK to replace the files with the patched ones.
What errors you got? Compilation, install or execution?

Osvaldo.

i use the patch too and dos not work i got the next error

RROR: Module Intel537 does not exist in /proc/modules.
 
Old 05-27-2005, 10:38 AM   #41
osvaldomarques
Member
 
Registered: Jul 2004
Location: Rio de Janeiro - Brazil
Distribution: Conectiva 10 - Conectiva 8 - Slackware 9 - starting with LFS
Posts: 519

Rep: Reputation: 34
Hi Qheolet,

That message means the module is not installed when you try to use it. Did you tried, as root
Code:
modprobe intel537
If it gives an error, please post it.

Osvaldo.
 
Old 05-27-2005, 12:56 PM   #42
qheolet
LQ Newbie
 
Registered: May 2005
Location: Dominican Republic
Distribution: Mandriva
Posts: 14

Rep: Reputation: 0
Quote:
Originally posted by osvaldomarques
Hi Qheolet,

That message means the module is not installed when you try to use it. Did you tried, as root
Code:
modprobe intel537
If it gives an error, please post it.

Osvaldo.
yes, i tried as root....
 
Old 05-27-2005, 01:38 PM   #43
osvaldomarques
Member
 
Registered: Jul 2004
Location: Rio de Janeiro - Brazil
Distribution: Conectiva 10 - Conectiva 8 - Slackware 9 - starting with LFS
Posts: 519

Rep: Reputation: 34
Hi Qheolet,

If you have not the module at this time, probably you had a compilation or installation problem; please, as root go to the directory where you put the patched driver package and recreate the driver using the following commands:
Code:
make clean
make 537 2>&1 | tee /tmp/compile537.txt
make install 2>&1 | tee /tmp/install537.txt
These command will create a log file, one for compilation and one for install. Please, paste the contents ot this files "/tmp/compile537.txt" and "/tmp/install537.txt" for us to give a look.

Osvaldo.
 
Old 05-27-2005, 08:39 PM   #44
qheolet
LQ Newbie
 
Registered: May 2005
Location: Dominican Republic
Distribution: Mandriva
Posts: 14

Rep: Reputation: 0
Modprobe messange
[qheolet@localhost ~]$ su
Password:
[root@localhost qheolet]# modprobe intel537
FATAL: Module intel537 not found.



COMPILE TXT
Module precompile check
Current running kernel is: 2.6.11-6mdk
/lib/modules... autoconf.h exists
diff: /boot/vmlinuz.autoconf.h: No such file or directory
autoconf.h matches running kernel
diff: /boot/vmlinuz.version.h: No such file or directory
version.h matches running kernel
2.6.11-6mdk
make[1]: Entering directory `/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv'
make -C /lib/modules/2.6.11-6mdk/build SUBDIRS=/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv modules
make[2]: Entering directory `/usr/src/linux-2.6.11-6mdk'
CC [M] /home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.o
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c:70: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c:70: warning: parameter names (without types) in function declaration
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c:70: warning: data definition has no type or storage class
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c: In function `open':
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c:394: warning: `pm_register' is deprecated (declared at include/linux/pm.h:106)
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c: In function `close':
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c:416: warning: `pm_unregister' is deprecated (declared at include/linux/pm.h:111)
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c: In function `hamproc_write':
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c:660: warning: ignoring return value of `copy_from_user', declared with attribute warn_unused_result
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c: At top level:
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c:754: warning: initialization from incompatible pointer type
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c:755: warning: initialization from incompatible pointer type
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c: In function `kScheduleDPC':
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c:861: warning: implicit declaration of function `pm_access'
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c: In function `dspdrv_CommRamISR':
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/coredrv.c:877: warning: function declaration isn't a prototype
CC [M] /home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/clmmain.o
CC [M] /home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/rts.o
CC [M] /home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/task.o
CC [M] /home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/uart.o
CC [M] /home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/wwh_dflt.o
CC [M] /home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/locks.o
CC [M] /home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/softserial_io.o
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/softserial_io.c: In function `softserial_write':
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/softserial_io.c:94: warning: ignoring return value of `copy_from_user', declared with attribute warn_unused_result
CC [M] /home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/softserial_ioctl.o
CC [M] /home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/softserial.o
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/softserial.c: In function `softserial_register_tty':
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/softserial.c:141: warning: assignment from incompatible pointer type
CC [M] /home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/afedsp_int.o
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/afedsp_int.c:48: warning: function declaration isn't a prototype
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/afedsp_int.c:61: warning: initialization from incompatible pointer type
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/afedsp_int.c:65: warning: function declaration isn't a prototype
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/afedsp_int.c: In function `afe_Write':
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/afedsp_int.c:417: warning: ignoring return value of `copy_from_user', declared with attribute warn_unused_result
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/afedsp_int.c: In function `afe_Read':
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/afedsp_int.c:437: warning: ignoring return value of `copy_to_user', declared with attribute warn_unused_result
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/afedsp_int.c: At top level:
/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/afedsp_int.c:454: warning: initialization from incompatible pointer type
LD [M] /home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/Intel537.o
Building modules, stage 2.
MODPOST
CC /home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/Intel537.mod.o
LD [M] /home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv/Intel537.ko
make[2]: Leaving directory `/usr/src/linux-2.6.11-6mdk'
make[1]: Leaving directory `/home/qheolet/Instaladores/intel-537EP_secure-2.60.80.1/coredrv'



Install txt
rm -f /etc/hamregistry.bin
bash 537_inst
running kernel 2.6.11-6mdk
installing hamregistry, used for persistant storage
installing usrsound, a soft buzzer
installing 537 module
mandrake 537_boot script
starting module and utilities
error loading Intel537
ERROR: Module Intel537 does not exist in /proc/modules
done
 
Old 05-28-2005, 05:57 PM   #45
osvaldomarques
Member
 
Registered: Jul 2004
Location: Rio de Janeiro - Brazil
Distribution: Conectiva 10 - Conectiva 8 - Slackware 9 - starting with LFS
Posts: 519

Rep: Reputation: 34
Hi Everybody,

I'm placing a 537ep patch compiled against 2.6.11.You can see the instructions and download it from 537ep.
I hope it works because I don't have any 537ep modem available.

Have a nice week end.

Osvaldo.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel 537 modem problem cuchumino Linux - Hardware 6 09-27-2004 05:36 PM
Intel 537 Modem install help jrvillac Linux - Hardware 0 07-15-2004 08:02 PM
Driver for Ambient Intel 537 modem for kernel 2.6?? nostromo Linux - Hardware 0 02-21-2004 04:58 AM
Modem Intel 537 in linux Dragon20 Linux - Hardware 9 01-06-2004 03:22 AM
problems with Intel 537 modem texfs Linux - Hardware 7 12-06-2003 09:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:53 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