LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-21-2007, 05:02 PM   #1
kevinuu
LQ Newbie
 
Registered: Feb 2007
Posts: 5

Rep: Reputation: 0
Slackware 10.2 Hotplug Firmware Download - ti_usb_3410_5052


I am trying to get a MultiModem GPRS Modem to work on a 2.6.12 kernel with Slackware 10.2. There is a hotplug script (placed in /etc/hotplug.d/usb/) with the installation and it appears to be called and the module (ti_usb_3410_5052.ko) is loaded into the kernel when the device is plugged in, but there is an error at some point when loading the module resulting in the following error (dmesg):

usb1-6: ti_reqest_and_download_firmware - no firmware image found


I traced through the ti_usb_3410_5052.c driver and found that the call to request_firmware() returns an error value of -5. request_firmware() is located in the module firmware_class.ko. I think it may be failing on call to "kobject_hotplug(&class_dev->kobj, KOBJ_ADD);" in firmware_class.c -- but I'm not 100% sure.

I have tried placing the firmware files in both:

/lib/firmware
/usr/lib/hotplug/firmware

Neither location has solved the problem.
Any insight would be very very much appreciated. Thanks, Kevin.
 
Old 02-22-2007, 10:21 AM   #2
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
YOu need to be sure that hotplug firmware loading is enabled in your kernel configuration. Can you post the contents of the script in /etc/hotplug.d/usb for me?
 
Old 02-22-2007, 11:11 AM   #3
kevinuu
LQ Newbie
 
Registered: Feb 2007
Posts: 5

Original Poster
Rep: Reputation: 0
/etc/hotplug.d/usb/ti_usb_3410_5052.hotplug :


#!/bin/bash
#
# TI 3410/5052 USB Serial Driver Hotplug
#
# Copyright (C) 2004 Texas Instruments
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# For questions or problems with this driver, contact Texas Instruments
# technical support, or Al Borchers <alborchers@steinerpoint.com>, or
# Peter Berger <pberger@brimson.com>.
#


BOOT_CONFIG=1
ACTIVE_CONFIG=2

if [[ "$ACTION" != "add" ]]
then
exit
fi

CONFIG_PATH=/sys${DEVPATH%/?*}/bConfigurationValue

if [[ 0`cat $CONFIG_PATH` -ne $BOOT_CONFIG ]]
then
exit
fi

PRODUCT=${PRODUCT%/?*} # delete version
VENDOR_ID=`printf "%d" 0x${PRODUCT%/?*}`
PRODUCT_ID=`printf "%d" 0x${PRODUCT#*?/}`

PARAM_PATH=/sys/module/ti_usb_3410_5052/parameters

function scan() {
s=$1
shift
for i
do
if [[ $s -eq $i ]]
then
return 0
fi
done
return 1
}

IFS=$IFS,

if (scan $VENDOR_ID 1105 1760 `cat $PARAM_PATH/vendor_3410` &&
scan $PRODUCT_ID 13328 61704 61705 61712 61713 61714 `cat $PARAM_PATH/product_3410`) ||
(scan $VENDOR_ID 1105 `cat $PARAM_PATH/vendor_5052` &&
scan $PRODUCT_ID 20562 20818 20570 20575 `cat $PARAM_PATH/product_5052`)
then
echo $ACTIVE_CONFIG > $CONFIG_PATH
fi
 
Old 02-22-2007, 02:09 PM   #4
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
Thanks, I'm working/helping with a hotplug.d hook such as this and wanted to see what another implementation of it looked like. I've only seen one other example, besides what I worked out.

Did you check your kernel config.
 
Old 02-22-2007, 02:58 PM   #5
kevinuu
LQ Newbie
 
Registered: Feb 2007
Posts: 5

Original Poster
Rep: Reputation: 0
In .config:

...
CONFIG_HOTPLUG=y
...
#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m
...


I believe with these settings that the HOTPLUG FIRMWARE is set up to be supported in my kernel. Any luck on your end? Kevin
 
Old 02-23-2007, 02:24 AM   #6
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
Maybe you need to compile it statically(y) or youz may need to manually load the firmware-loading module for it to work.
 
  


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
Issues with hotplug loading firmware for acx111 on 10.2 cwhalen Slackware 4 04-22-2006 08:23 PM
Installing MythTV - hotplug firmware durrantj Linux - Software 4 01-24-2006 12:55 PM
Disable firmware download (waln-ng/drake10.0) grcore Linux - Hardware 0 04-17-2005 06:56 AM
hotplug firmware loading problem alexisph Linux - Software 2 10-02-2004 03:11 AM
Firmware/Hotplug problem with Hauppauge DEC2540-T, Hotplug and MythTV bezoomny Linux - Hardware 0 05-17-2004 01:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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